Zend Framework
1.12
|
Public Member Functions | |
addPrefixPath ($prefix, $path) | |
Add prefixed paths to the registry of paths. | |
removePrefixPath ($prefix, $path=null) | |
Remove a prefix (or prefixed-path) from the registry. | |
isLoaded ($name) | |
Whether or not a Helper by a specific name. | |
getClassName ($name) | |
Return full class name for a named helper. | |
load ($name) | |
Load a helper via the name provided. | |
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.