PHP Класс Yosymfony\Spress\Core\Plugin\PluginManager

Автор: Victor Puertas ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( EventDispatcher $eventDispatcher ) 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 )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( EventDispatcher $eventDispatcher )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcher The event dispatcher

callInitialize() публичный Метод

Invokes initialize method for each plugin registered.
public callInitialize ( )

getPluginCollection() публичный Метод

Gets the plugin collection.
public getPluginCollection ( ) : Yosymfony\Spress\Core\Support\Collection
Результат Yosymfony\Spress\Core\Support\Collection The plugin collection

tearDown() публичный Метод

Releases resources like event listeners.
public tearDown ( )