Yosymfony\Spress\Core\Plugin\PluginManager::__construct PHP Method

__construct() public method

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();
    }