Neos\Flow\Security\DummyContext::getInterceptedRequest PHP Метод

getInterceptedRequest() публичный Метод

Returns the request, that has been stored for later resuming after it has been intercepted by a security exception, NULL if there is none.
public getInterceptedRequest ( ) : ActionRequest
Результат Neos\Flow\Mvc\ActionRequest
    public function getInterceptedRequest()
    {
        return $this->interceptedRequest;
    }