API Documentation

Tool/Framework/Loader/BasicLoader.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
subpackage
Framework
version
$Id: IncludePathLoader.php 18386 2009-09-23 20:44:43Z ralph $
Classes
Zend_Tool_Framework_Loader_BasicLoader

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Tool_Framework_Loader_BasicLoader

Implements
Zend_Tool_Framework_Loader_Interface
Zend_Tool_Framework_Registry_EnabledInterface
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
Properties
$_registry
$_classesToLoad
Methods
__construct
setOptions
setRegistry
setClassesToLoad
load
_isManifestImplementation
_isProviderImplementation

Description

Properties

$_classesToLoad

array $_classesToLoad = 'array'

Details

$_classesToLoad
array
visibility
protected
default
array
final
false
static
false

$_registry

Zend_Tool_Framework_Repository_Interface $_registry = 'null'

Details

$_registry
Zend_Tool_Framework_Repository_Interface
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct(  $options = array ) :
Arguments
$options
Details
visibility
public
final
false
static
false

_isManifestImplementation

_isManifestImplementation( ReflectionClass $reflectionClass ) : bool

Arguments
$reflectionClass
ReflectionClass
Output
bool
Details
visibility
private
final
false
static
false

_isProviderImplementation

_isProviderImplementation( ReflectionClass $reflectionClass ) : bool

Arguments
$reflectionClass
ReflectionClass
Output
bool
Details
visibility
private
final
false
static
false

load

load( ) :
Details
visibility
public
final
false
static
false

setClassesToLoad

setClassesToLoad( array $classesToLoad ) : Zend_Tool_Framework_Loader_Abstract

Arguments
$classesToLoad
array
Details
visibility
public
final
false
static
false

setOptions

setOptions(  $options ) :
Arguments
$options
Details
visibility
public
final
false
static
false

setRegistry

setRegistry( Zend_Tool_Framework_Registry_Interface $registry ) : Zend_Tool_Framework_Loader_Abstract

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

Arguments
$registry
Zend_Tool_Framework_Registry_Interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.