Public Member Functions | |
addPrefixPath ($prefix, $path) | |
removePrefixPath ($prefix, $path=null) | |
isLoaded ($name) | |
getClassName ($name) | |
load ($name) |
Definition at line 32 of file Interface.php.
addPrefixPath | ( | $ | prefix, |
$ | path | ||
) |
Add prefixed paths to the registry of paths
string | $prefix | |
string | $path |
Implemented in Zend_Loader_PluginLoader.
getClassName | ( | $ | name ) |
Return full class name for a named helper
string | $name |
Implemented in Zend_Loader_PluginLoader.
isLoaded | ( | $ | name ) |
Whether or not a Helper by a specific name
string | $name |
Implemented in Zend_Loader_PluginLoader.
load | ( | $ | name ) |
Load a helper via the name provided
string | $name |
removePrefixPath | ( | $ | prefix, |
$ | path = null |
||
) |
Remove a prefix (or prefixed-path) from the registry
string | $prefix | |
string | $path | OPTIONAL |
Implemented in Zend_Loader_PluginLoader.