Newscoop\Services\EditorService::__construct PHP Method

__construct() public method

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