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