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;
    }