| Category | Zend |
| Package | Zend_Auth |
| Subpackage | Zend_Auth_Storage |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| Category | Zend |
| Package | Zend_Auth |
| Subpackage | Zend_Auth_Storage |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| + clear() | Clears contents from storage |
| + isEmpty() | Returns true if and only if storage is empty |
| + read() | Returns the contents of storage |
| + write() | Writes $contents to storage |
public function clear( |
)
|
Zend_Auth_Storage_Exception If clearing contents from storage is impossible
public function isEmpty( |
)
|
Zend_Auth_Storage_Exception If it is impossible to determine whether storage is empty
public function read( |
)
|
Zend_Auth_Storage_Exception If reading contents from storage is impossible
public function write( |
$contents)
|
mixed $contents |
Zend_Auth_Storage_Exception If writing $contents to storage is impossible