Plugin class locator interface

 Methods

Get a list of all registered plugins

getRegisteredPlugins() : array | \Traversable

Returns

array\Traversable

Register a class to a given short name

registerPlugin(string $shortName, string $className) : \Zend\Loader\PluginClassLocator

Parameters

$shortName

string

$className

string

Returns

Unregister a short name lookup

unregisterPlugin(mixed $shortName) : void

Parameters

$shortName

mixed