API Documentation

Tool/Framework/Loader/Abstract.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: Abstract.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Framework_Loader_Abstract

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_Abstract

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
$_retrievedFiles
$_loadedClasses
Methods
_getFiles
setRegistry
load
getRetrievedFiles
getLoadedClasses

Description

Properties

$_loadedClasses

array $_loadedClasses = 'array'

Details

$_loadedClasses
array
visibility
private
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

$_retrievedFiles

array $_retrievedFiles = 'array'

Details

$_retrievedFiles
array
visibility
private
default
array
final
false
static
false

Methods

_getFiles

_getFiles( ) : array

_getFiles

Output
array
Array Of Files
Details
visibility
protected
final
false
static
false

getLoadedClasses

getLoadedClasses( ) : array

getLoadedClasses()

Output
array
Array of Loaded Classes
Details
visibility
public
final
false
static
false

getRetrievedFiles

getRetrievedFiles( ) : array

getRetrievedFiles()

Output
array
Array of Files Retrieved
Details
visibility
public
final
false
static
false

load

load( ) :

load() - called by the client initialize routine to load files

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.