interface UserEntityInterface

User entity interface.

Methods

mixed
getId()

Returns the user id.

string
getUsername()

Returns the user username.

Details

at line 22
mixed getId()

Returns the user id.

Return Value

mixed

at line 29
string getUsername()

Returns the user username.

Return Value

string