Public Member Functions

Zend_Loader_PluginLoader_Interface Interface Reference

Inheritance diagram for Zend_Loader_PluginLoader_Interface:
Zend_Loader_PluginLoader

Public Member Functions

 addPrefixPath ($prefix, $path)
 removePrefixPath ($prefix, $path=null)
 isLoaded ($name)
 getClassName ($name)
 load ($name)

Detailed Description

Definition at line 32 of file Interface.php.


Member Function Documentation

addPrefixPath ( prefix,
path 
)

Add prefixed paths to the registry of paths

Parameters:
string$prefix
string$path
Returns:
Zend_Loader_PluginLoader

Implemented in Zend_Loader_PluginLoader.

getClassName ( name )

Return full class name for a named helper

Parameters:
string$name
Returns:
string

Implemented in Zend_Loader_PluginLoader.

isLoaded ( name )

Whether or not a Helper by a specific name

Parameters:
string$name
Returns:
Zend_Loader_PluginLoader

Implemented in Zend_Loader_PluginLoader.

load ( name )

Load a helper via the name provided

Parameters:
string$name
Returns:
string
removePrefixPath ( prefix,
path = null 
)

Remove a prefix (or prefixed-path) from the registry

Parameters:
string$prefix
string$pathOPTIONAL
Returns:
Zend_Loader_PluginLoader

Implemented in Zend_Loader_PluginLoader.


The documentation for this interface was generated from the following file: