Yosymfony\Spress\Core\Plugin\PluginManager::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( EventDispatcher $eventDispatcher )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcher The event dispatcher
    public function __construct(EventDispatcher $eventDispatcher)
    {
        $this->eventDispatcher = $eventDispatcher;
        $this->pluginCollection = new Collection();
    }