Zend Framework
1.12
|
Public Member Functions | |
registerPluginResource ($resource, $options=null) | |
Register a resource with the bootstrap. | |
unregisterPluginResource ($resource) | |
Unregister a resource from the bootstrap. | |
hasPluginResource ($resource) | |
Is the requested resource registered? | |
getPluginResource ($resource) | |
Retrieve resource. | |
getPluginResources () | |
Get all resources. | |
getPluginResourceNames () | |
Get just resource names. | |
setPluginLoader (Zend_Loader_PluginLoader_Interface $loader) | |
Set plugin loader to use to fetch resources. | |
getPluginLoader () | |
Retrieve plugin loader for resources. | |
getPluginLoader | ( | ) |
Retrieve plugin loader for resources.
Implemented in Zend_Application_Bootstrap_BootstrapAbstract.
getPluginResource | ( | $resource | ) |
Retrieve resource.
string | $resource |
Implemented in Zend_Application_Bootstrap_BootstrapAbstract.
getPluginResourceNames | ( | ) |
getPluginResources | ( | ) |
hasPluginResource | ( | $resource | ) |
Is the requested resource registered?
string | $resource |
Implemented in Zend_Application_Bootstrap_BootstrapAbstract.
registerPluginResource | ( | $resource, | |
$options = null |
|||
) |
Register a resource with the bootstrap.
string | Zend_Application_Resource_Resource | $resource | |
null | array | Zend_Config | $options |
Implemented in Zend_Application_Bootstrap_BootstrapAbstract.
setPluginLoader | ( | Zend_Loader_PluginLoader_Interface | $loader | ) |
Set plugin loader to use to fetch resources.
Implemented in Zend_Application_Bootstrap_BootstrapAbstract.
unregisterPluginResource | ( | $resource | ) |
Unregister a resource from the bootstrap.
string | Zend_Application_Resource_Resource | $resource |
Implemented in Zend_Application_Bootstrap_BootstrapAbstract.