Метод | Описание | |
---|---|---|
__construct ( |
Constructor. | |
callInitialize ( ) | Invokes initialize method for each plugin registered. | |
getPluginCollection ( ) : Yosymfony\Spress\Core\Support\Collection | Gets the plugin collection. | |
tearDown ( ) | Releases resources like event listeners. |
Метод | Описание | |
---|---|---|
addListeners ( Yosymfony\Spress\Core\Plugin\PluginInterface $plugin, Yosymfony\Spress\Core\Plugin\EventSubscriber $subscriber ) | ||
removeListeners ( Yosymfony\Spress\Core\Plugin\PluginInterface $plugin, Yosymfony\Spress\Core\Plugin\EventSubscriber $subscriber ) |
public __construct ( |
||
$eventDispatcher | The event dispatcher |
public callInitialize ( ) |
public getPluginCollection ( ) : Yosymfony\Spress\Core\Support\Collection | ||
Результат | Yosymfony\Spress\Core\Support\Collection | The plugin collection |