\Zend_Loader_PluginLoader_Interface

Plugin class loader interface

Summary

Methods
Constants
addPrefixPath()
removePrefixPath()
isLoaded()
getClassName()
load()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

addPrefixPath()

addPrefixPath(string  $prefix, string  $path) : \Zend_Loader_PluginLoader

Add prefixed paths to the registry of paths

Parameters

string $prefix
string $path

Returns

\Zend_Loader_PluginLoader

removePrefixPath()

removePrefixPath(string  $prefix, string  $path = null) : \Zend_Loader_PluginLoader

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

Parameters

string $prefix
string $path

OPTIONAL

Returns

\Zend_Loader_PluginLoader

isLoaded()

isLoaded(string  $name) : \Zend_Loader_PluginLoader

Whether or not a Helper by a specific name

Parameters

string $name

Returns

\Zend_Loader_PluginLoader

getClassName()

getClassName(string  $name) : string

Return full class name for a named helper

Parameters

string $name

Returns

string

load()

load(string  $name) : string

Load a helper via the name provided

Parameters

string $name

Returns

string