Zend Framework
1.12
|
Public Member Functions | |
setSaveHandler ($saveHandler) | |
Set session save handler. | |
getSaveHandler () | |
Get session save handler. | |
init () | |
Defined by Zend_Application_Resource_Resource. | |
![]() | |
__construct ($options=null) | |
Create a instance with options. | |
setOptions (array $options) | |
Set options from array. | |
getOptions () | |
Retrieve resource options. | |
mergeOptions (array $array1, $array2=null) | |
Merge options recursively. | |
setBootstrap (Zend_Application_Bootstrap_Bootstrapper $bootstrap) | |
Set the bootstrap to which the resource is attached. | |
getBootstrap () | |
Retrieve the bootstrap to which the resource is attached. | |
Protected Member Functions | |
_hasSaveHandler () | |
Protected Attributes | |
$_saveHandler = null | |
![]() | |
$_bootstrap | |
$_options = array() | |
$_skipOptions | |
|
protected |
getSaveHandler | ( | ) |
Get session save handler.
init | ( | ) |
Defined by Zend_Application_Resource_Resource.
Implements Zend_Application_Resource_Resource.
setSaveHandler | ( | $saveHandler | ) |
Set session save handler.
array | string | Zend_Session_SaveHandler_Interface | $saveHandler |
Zend_Application_Resource_Exception | When $saveHandler is not a valid save handler |
|
protected |