Zend Framework
1.12
|
Public Member Functions | |
__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. | |
![]() | |
init () | |
Strategy pattern: initialize resource. | |
Protected Attributes | |
$_bootstrap | |
$_options = array() | |
$_skipOptions | |
__construct | ( | $options = null | ) |
Create a instance with options.
mixed | $options |
Implements Zend_Application_Resource_Resource.
getBootstrap | ( | ) |
Retrieve the bootstrap to which the resource is attached.
Implements Zend_Application_Resource_Resource.
getOptions | ( | ) |
mergeOptions | ( | array | $array1, |
$array2 = null |
|||
) |
Merge options recursively.
array | $array1 | |
mixed | $array2 |
setBootstrap | ( | Zend_Application_Bootstrap_Bootstrapper | $bootstrap | ) |
Set the bootstrap to which the resource is attached.
Zend_Application_Bootstrap_Bootstrapper | $bootstrap |
Implements Zend_Application_Resource_Resource.
setOptions | ( | array | $options | ) |
Set options from array.
array | $options | Configuration for resource |
Implements Zend_Application_Resource_Resource.
|
protected |
|
protected |
|
protected |