PHP 클래스 Yosymfony\Spress\Core\Plugin\PluginManager

저자: Victor Puertas ([email protected])
파일 보기 프로젝트 열기: spress/spress 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )