Neos\Flow\Security\DummyContext::getInterceptedRequest PHP Method

getInterceptedRequest() public method

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
return Neos\Flow\Mvc\ActionRequest
    public function getInterceptedRequest()
    {
        return $this->interceptedRequest;
    }