Interface IUserStorage
Interface for persistent storage for user object data.
Direct known implementers
Nette\Http\UserStorage
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
#
setExpiration( string|integer|
Enables log out from the persistent storage after inactivity. |
public
integer|null
|
integer |
MANUAL
Log-out reason |
# 0b0001 |
integer |
INACTIVITY
Log-out reason |
# 0b0010 |
integer |
CLEAR_IDENTITY
Log-out behavior |
# 0b1000 |
integer |
BROWSER_CLOSED
|
# 0b0100 |