Newscoop\Services\EditorService::__construct PHP Méthode

__construct() public méthode

public __construct ( $dispatcher, $em )
    public function __construct($dispatcher, $em)
    {
        $this->dispatcher = $dispatcher;
        $this->em = $em;
    }