Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Application_Resource_Modules Class Reference

Public Member Functions

 __construct ($options=null)
 Constructor.
 
 init ()
 Initialize modules.
 
 getExecutedBootstraps ()
 Get bootstraps that have been run.
 
- Public Member Functions inherited from Zend_Application_Resource_ResourceAbstract
 __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
 
- Protected Attributes inherited from Zend_Application_Resource_ResourceAbstract
 $_bootstrap
 
 $_options = array()
 
 $_skipOptions
 

Constructor & Destructor Documentation

__construct (   $options = null)

Constructor.

Parameters
mixed$options
Returns
void

Implements Zend_Application_Resource_Resource.

Member Function Documentation

_formatModuleName (   $name)
protected

Format a module name to the module class prefix.

Parameters
string$name
Returns
string
bootstrapBootstraps (   $bootstraps)
protected
getExecutedBootstraps ( )

Get bootstraps that have been run.

Returns
ArrayObject
init ( )

Initialize modules.

Returns
array
Exceptions
Zend_Application_Resource_ExceptionWhen bootstrap class was not found

Implements Zend_Application_Resource_Resource.

Member Data Documentation

$_bootstraps
protected