category Zend
package Zend_Tool
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

__construct()

__construct($options = array()

Parameters

$options

Load Providers and Manifests

load() 

Returns an array of all loaded class names.

inherited_from \Zend_Tool_Framework_Loader_Interface::load()

setClassesToLoad()

setClassesToLoad(array $classesToLoad) : \Zend_Tool_Framework_Loader_Abstract

Parameters

$classesToLoad

array

Returns

\Zend_Tool_Framework_Loader_Abstract

setOptions()

setOptions(array $options) 

Parameters

$options

setRegistry() - required by the enabled interface to get an instance of the registry

setRegistry(\Zend_Tool_Framework_Registry_Interface $registry) : \Zend_Tool_Framework_Loader_Abstract
inherited_from \Zend_Tool_Framework_Registry_EnabledInterface::setRegistry()

Parameters

$registry

\Zend_Tool_Framework_Registry_Interface

Returns

\Zend_Tool_Framework_Loader_Abstract

_isManifestImplementation()

_isManifestImplementation(\ReflectionClass $reflectionClass) : boolean

Parameters

$reflectionClass

\ReflectionClass

Returns

boolean

_isProviderImplementation()

_isProviderImplementation(\ReflectionClass $reflectionClass) : boolean

Parameters

$reflectionClass

\ReflectionClass

Returns

boolean

 Properties

 

$_classesToLoad

$_classesToLoad : array

Default

array()
 

$_registry

$_registry : \Zend_Tool_Framework_Repository_Interface

Default

null