|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($options=null) | |
| getNamespace () | |
| getMember () | |
| isEmpty () | |
| read () | |
| write ($content) | |
| clear () | |
Data Fields | |
| const | NAMESPACE_DEFAULT = 'Zend_Http_UserAgent' |
| const | MEMBER_DEFAULT = 'storage' |
Protected Attributes | |
| $_session | |
| $_namespace | |
| $_member | |
Definition at line 38 of file Session.php.
| __construct | ( | $options = null | ) |
Sets session storage options and initializes session namespace object
Expects options to contain 0 or more of the following keys:
| null | array | object | $options |
| Zend_Http_UserAgent_Storage_Exception | on invalid $options argument |
Definition at line 82 of file Session.php.
| clear | ( | ) |
Defined by Zend_Http_UserAgent_Storage
Implements Zend_Http_UserAgent_Storage.
Definition at line 162 of file Session.php.
| getMember | ( | ) |
Returns the name of the session object member
Definition at line 121 of file Session.php.
| getNamespace | ( | ) |
| isEmpty | ( | ) |
Defined by Zend_Http_UserAgent_Storage
Implements Zend_Http_UserAgent_Storage.
Definition at line 131 of file Session.php.
| read | ( | ) |
Defined by Zend_Http_UserAgent_Storage
Implements Zend_Http_UserAgent_Storage.
Definition at line 141 of file Session.php.
| write | ( | $content | ) |
Defined by Zend_Http_UserAgent_Storage
| mixed | $contents |
Implements Zend_Http_UserAgent_Storage.
Definition at line 152 of file Session.php.
|
protected |
Definition at line 69 of file Session.php.
|
protected |
Definition at line 62 of file Session.php.
|
protected |
Definition at line 55 of file Session.php.
| const MEMBER_DEFAULT = 'storage' |
Default session object member name
Definition at line 48 of file Session.php.
| const NAMESPACE_DEFAULT = 'Zend_Http_UserAgent' |
Default session namespace
Definition at line 43 of file Session.php.