Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=null) | |
Constructor. | |
init () | |
Initialize modules. | |
getExecutedBootstraps () | |
Get bootstraps that have been run. | |
![]() | |
__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 | |
bootstrapBootstraps ($bootstraps) | |
_formatModuleName ($name) | |
Format a module name to the module class prefix. | |
Protected Attributes | |
$_bootstraps | |
![]() | |
$_bootstrap | |
$_options = array() | |
$_skipOptions | |
__construct | ( | $options = null | ) |
|
protected |
Format a module name to the module class prefix.
string | $name |
|
protected |
getExecutedBootstraps | ( | ) |
Get bootstraps that have been run.
init | ( | ) |
Initialize modules.
Zend_Application_Resource_Exception | When bootstrap class was not found |
Implements Zend_Application_Resource_Resource.
|
protected |