This class loads the plugins from the configuration and initializes them.
| category | phpDocumentor |
|---|---|
| package | Plugin |
| author | Mike van Riel |
| license | MIT |
| link | http://phpdoc.org |
__construct(\sfEventDispatcher $event_dispatcher, \Zend_Config $configuration, \ZendX_Loader_StandardAutoloader $autoloader)
\sfEventDispatcherEvent dispatcher that plugins can bind to and where events should be dispatched to.
\Zend_ConfigConfiguration file which can be used to load parameters into the plugins.
\ZendX_Loader_StandardAutoloaderPlugins can additionally load classes; with the autoloader they can register themselves.
loadFromConfiguration() : \void.
If no plugins are presented in the configuration then only the 'Core' plugin will be loaded.
\void.$autoloader : \ZendX_Loader_StandardAutoloader