interface UserEntityInterface

User entity interface.

Methods

mixed
getId()

Returns the user id.

string
getUsername()

Returns the user username.

Details

at line 20
mixed getId()

Returns the user id.

Return Value

mixed

at line 27
string getUsername()

Returns the user username.

Return Value

string