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

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()
 

Constructor & Destructor Documentation

__construct (   $options = array())

Member Function Documentation

load ( )

Load Providers and Manifests.

Returns an array of all loaded class names.

Returns
array

Implements Zend_Tool_Framework_Loader_Interface.

setClassesToLoad ( array  $classesToLoad)
Parameters
array$classesToLoad
Returns
Zend_Tool_Framework_Loader_Abstract
setOptions ( Array  $options)
setRegistry ( Zend_Tool_Framework_Registry_Interface  $registry)

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

Parameters
Zend_Tool_Framework_Registry_Interface$registry
Returns
Zend_Tool_Framework_Loader_Abstract

Implements Zend_Tool_Framework_Registry_EnabledInterface.

Member Data Documentation

$_classesToLoad = array()
protected
$_registry = null
protected