getRegisteredPlugins()
registerPlugin()
unregisterPlugin()
Plugin class locator interface
getRegisteredPlugins() : array | \Traversable
array
\Traversable
registerPlugin(string $shortName, string $className) : \Zend\Loader\PluginClassLocator
string
\Zend\Loader\PluginClassLocator
unregisterPlugin(mixed $shortName) : void
mixed