Zend Framework
1.12
|
Public Member Functions | |
isEmpty () | |
Returns true if and only if storage is empty. | |
read () | |
Returns the contents of storage. | |
write ($contents) | |
Writes $contents to storage. | |
clear () | |
Clears contents from storage. | |
Protected Attributes | |
$_data | |
clear | ( | ) |
Clears contents from storage.
Zend_Http_UserAgent_Storage_Exception | If clearing contents from storage is impossible |
Implements Zend_Http_UserAgent_Storage.
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.
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.
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.
|
protected |