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.
Plugin class loader interface

addPrefixPath(
string $prefix, string $path
)
:
\Zend_Loader_PluginLoader
Add prefixed paths to the registry of paths
Name | Type | Description |
---|---|---|
$prefix | string | |
$path | string |
Type | Description |
---|---|
\Zend_Loader_PluginLoader |

getClassName(
string $name
)
:
string
Return full class name for a named helper
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
string |

load(
string $name
)
:
string
Load a helper via the name provided
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
string |

removePrefixPath(
string $prefix, string $path
=
null
)
:
\Zend_Loader_PluginLoader
Remove a prefix (or prefixed-path) from the registry
Name | Type | Description |
---|---|---|
$prefix | string | |
$path | string | OPTIONAL |
Type | Description |
---|---|
\Zend_Loader_PluginLoader |