Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=array()) | |
setOptions (Array $options) | |
setRegistry (Zend_Tool_Framework_Registry_Interface $registry) | |
setRegistry() - required by the enabled interface to get an instance of the registry | |
setClassesToLoad (array $classesToLoad) | |
load () | |
Load Providers and Manifests. | |
Protected Attributes | |
$_registry = null | |
$_classesToLoad = array() | |
__construct | ( | $options = array() | ) |
load | ( | ) |
Load Providers and Manifests.
Returns an array of all loaded class names.
Implements Zend_Tool_Framework_Loader_Interface.
setClassesToLoad | ( | array | $classesToLoad | ) |
array | $classesToLoad |
setOptions | ( | Array | $options | ) |
setRegistry | ( | Zend_Tool_Framework_Registry_Interface | $registry | ) |
setRegistry() - required by the enabled interface to get an instance of the registry
Zend_Tool_Framework_Registry_Interface | $registry |
Implements Zend_Tool_Framework_Registry_EnabledInterface.
|
protected |
|
protected |