Neos\Flow\Mvc\Exception\ForwardException::getNextRequest PHP Method

getNextRequest() public method

Returns the next request
public getNextRequest ( ) : ActionRequest
return Neos\Flow\Mvc\ActionRequest
    public function getNextRequest()
    {
        return $this->nextRequest;
    }