interface IIdentity

Represents the user of application.

Methods

string|int
getId()

Returns the ID of user.

array
getRoles()

Returns a list of roles that the user is a member of.

array
getData()

No description

Details

at line 22
string|int getId()

Returns the ID of user.

Return Value

string|int

at line 27
array getRoles()

Returns a list of roles that the user is a member of.

Return Value

array

at line 17
array getData()

No description

Return Value

array