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.

void
array() $string, mixed> $etData()

No description

Details

at line 20
string|int getId()

Returns the ID of user.

Return Value

string|int

at line 26
array getRoles()

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

Return Value

array

at line 15
void array() $string, mixed> $etData()

No description

Parameters

) $string
mixed> $etData(

Return Value

void