final class CookieIdentity implements IIdentity

Identity used by CookieStorage

Constants

private MIN_LENGTH

Methods

__construct(string $uid)

No description

string|int
getId()

Returns the ID of user.

array
getRoles()

No description

array
getData()

No description

Details

at line 25
__construct(string $uid)

No description

Parameters

string $uid

at line 34
string|int getId()

Returns the ID of user.

Return Value

string|int

at line 43
array getRoles()

No description

Return Value

array

Exceptions

NotSupportedException

at line 53
array getData()

No description

Return Value

array

Exceptions

NotSupportedException