Zend Framework
1.12
|
Public Member Functions | |
isEmpty () | |
Returns true if and only if storage is empty. | |
read () | |
Returns the contents of storage Behavior is undefined when storage is empty. | |
write ($contents) | |
Writes $contents to storage. | |
clear () | |
Clears contents from storage. | |
Protected Attributes | |
$_data | |
Holds the actual auth data. | |
clear | ( | ) |
Clears contents from storage.
Zend_Auth_Storage_Exception | If clearing contents from storage is impossible |
Implements Zend_Auth_Storage_Interface.
isEmpty | ( | ) |
Returns true if and only if storage is empty.
Zend_Auth_Storage_Exception | If it is impossible to determine whether storage is empty |
Implements Zend_Auth_Storage_Interface.
read | ( | ) |
Returns the contents of storage Behavior is undefined when storage is empty.
Zend_Auth_Storage_Exception | If reading contents from storage is impossible |
Implements Zend_Auth_Storage_Interface.
write | ( | $contents | ) |
Writes $contents to storage.
mixed | $contents |
Zend_Auth_Storage_Exception | If writing $contents to storage is impossible |
Implements Zend_Auth_Storage_Interface.
|
protected |
Holds the actual auth data.