CookieIdentity
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()
Returns a list of roles that the user is a member of.
array
getData()
No description
Details
at line 28
__construct(string $uid)
No description
at line 37
string|int
getId()
Returns the ID of user.
at line 43
array
getRoles()
Returns a list of roles that the user is a member of.
at line 49
array
getData()
No description
Traits
SmartObject