|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| isEmpty () | |
| read () | |
| write ($contents) | |
| clear () | |
Protected Attributes | |
| $_data | |
Definition at line 42 of file NonPersistent.php.
| clear | ( | ) |
Clears contents from storage
| Zend_Http_UserAgent_Storage_Exception | If clearing contents from storage is impossible |
Implements Zend_Http_UserAgent_Storage.
Definition at line 93 of file NonPersistent.php.
| isEmpty | ( | ) |
Returns true if and only if storage is empty
| Zend_Http_UserAgent_Storage_Exception | If it is impossible to determine whether storage is empty |
Implements Zend_Http_UserAgent_Storage.
Definition at line 57 of file NonPersistent.php.
| read | ( | ) |
Returns the contents of storage
Behavior is undefined when storage is empty.
| Zend_Http_UserAgent_Storage_Exception | If reading contents from storage is impossible |
Implements Zend_Http_UserAgent_Storage.
Definition at line 70 of file NonPersistent.php.
| write | ( | $contents | ) |
Writes $contents to storage
| mixed | $contents |
| Zend_Http_UserAgent_Storage_Exception | If writing $contents to storage is impossible |
Implements Zend_Http_UserAgent_Storage.
Definition at line 82 of file NonPersistent.php.
|
protected |
Definition at line 49 of file NonPersistent.php.