User
interface User
Methods
mixed
getId()
Get the unique identifier for the user.
string|null
getNickname()
Get the nickname / username for the user.
string|null
getName()
Get the full name of the user.
string|null
getEmail()
Get the e-mail address of the user.
string|null
getAvatar()
Get the avatar / image URL for the user.
Details
at line 12
mixed
getId()
Get the unique identifier for the user.
at line 17
string|null
getNickname()
Get the nickname / username for the user.
at line 22
string|null
getName()
Get the full name of the user.
at line 27
string|null
getEmail()
Get the e-mail address of the user.
at line 32
string|null
getAvatar()
Get the avatar / image URL for the user.