Neos\Flow\Mvc\Controller\Exception::getRequest PHP Méthode

getRequest() protected méthode

Returns the request object that exception belongs to.
protected getRequest ( ) : Neos\Flow\Mvc\RequestInterface
Résultat Neos\Flow\Mvc\RequestInterface
    protected function getRequest()
    {
        return $this->request;
    }