Fully Qualified Name: | Zend\Authentication\Storage\Session |
Implements: | StorageInterface |
Name | Description | Defined By |
---|---|---|
__construct() | Sets session storage options and initializes session namespace object | Session |
clear() | Defined by Zend\Authentication\Storage\StorageInterface | Session |
getMember() | Returns the name of the session object member | Session |
getNamespace() | Returns the session namespace | Session |
isEmpty() | Defined by Zend\Authentication\Storage\StorageInterface | Session |
read() | Defined by Zend\Authentication\Storage\StorageInterface | Session |
write() | Defined by Zend\Authentication\Storage\StorageInterface | Session |
Sets session storage options and initializes session namespace object
Parameter Name | Type | Description |
---|---|---|
$namespace | mixed | |
$member | mixed | |
$manager | \SessionManager |
Returns:
Defined by Zend\Authentication\Storage\StorageInterface
Returns: void
Returns the name of the session object member
Returns: string
Returns the session namespace
Returns: string
Defined by Zend\Authentication\Storage\StorageInterface
Returns: bool
Defined by Zend\Authentication\Storage\StorageInterface
Returns: mixed
Defined by Zend\Authentication\Storage\StorageInterface
Parameter Name | Type | Description |
---|---|---|
$contents | mixed |
Returns: void