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.

Return Value

mixed

at line 17
string|null getNickname()

Get the nickname / username for the user.

Return Value

string|null

at line 22
string|null getName()

Get the full name of the user.

Return Value

string|null

at line 27
string|null getEmail()

Get the e-mail address of the user.

Return Value

string|null

at line 32
string|null getAvatar()

Get the avatar / image URL for the user.

Return Value

string|null