eZ\Publish\Core\REST\Server\AuthenticatingDispatcher::__construct PHP Method

__construct() public method

Creates a new authenticating dispatcher.
public __construct ( Qafoo\RMF\Router $router, Qafoo\RMF\View $view, Authenticator $authenticator )
$router Qafoo\RMF\Router
$view Qafoo\RMF\View
$authenticator Authenticator
    public function __construct(RMF\Router $router, RMF\View $view, Authenticator $authenticator)
    {
        parent::__construct($router, $view);
        $this->authenticator = $authenticator;
    }
AuthenticatingDispatcher