Newscoop\Services\Plugins\PluginsService::__construct PHP Method

__construct() public method

public __construct ( Newscoop\EventDispatcher\EventDispatcher $dispatcher, EntityManager $em )
$dispatcher Newscoop\EventDispatcher\EventDispatcher
$em Doctrine\ORM\EntityManager
    public function __construct($dispatcher, EntityManager $em)
    {
        $this->dispatcher = $dispatcher;
        $this->em = $em;
    }