Zend Framework  1.12
Public Member Functions | List of all members
Zend_Application_Bootstrap_ResourceBootstrapper Interface Reference

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.
 

Member Function Documentation

getPluginLoader ( )

Retrieve plugin loader for resources.

Returns
Zend_Loader_PluginLoader

Implemented in Zend_Application_Bootstrap_BootstrapAbstract.

getPluginResource (   $resource)

Retrieve resource.

Parameters
string$resource
Returns
Zend_Application_Resource_Resource

Implemented in Zend_Application_Bootstrap_BootstrapAbstract.

getPluginResourceNames ( )

Get just resource names.

Returns
array

Implemented in Zend_Application_Bootstrap_BootstrapAbstract.

getPluginResources ( )

Get all resources.

Returns
array

Implemented in Zend_Application_Bootstrap_BootstrapAbstract.

hasPluginResource (   $resource)

Is the requested resource registered?

Parameters
string$resource
Returns
bool

Implemented in Zend_Application_Bootstrap_BootstrapAbstract.

registerPluginResource (   $resource,
  $options = null 
)

Register a resource with the bootstrap.

Parameters
string | Zend_Application_Resource_Resource$resource
null | array | Zend_Config$options
Returns
Zend_Application_Bootstrap_ResourceBootstrapper

Implemented in Zend_Application_Bootstrap_BootstrapAbstract.

setPluginLoader ( Zend_Loader_PluginLoader_Interface  $loader)
unregisterPluginResource (   $resource)

Unregister a resource from the bootstrap.

Parameters
string | Zend_Application_Resource_Resource$resource
Returns
Zend_Application_Bootstrap_ResourceBootstrapper

Implemented in Zend_Application_Bootstrap_BootstrapAbstract.