PHP 클래스 Neos\Flow\Mvc\Exception\ForwardException

상속: extends StopActionException
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$nextRequest Neos\Flow\Mvc\ActionRequest

공개 메소드들

메소드 설명
getNextRequest ( ) : ActionRequest Returns the next request
setNextRequest ( ActionRequest $nextRequest ) : void Sets the next request, containing the information about the next action to execute.

메소드 상세

getNextRequest() 공개 메소드

Returns the next request
public getNextRequest ( ) : ActionRequest
리턴 Neos\Flow\Mvc\ActionRequest

setNextRequest() 공개 메소드

Sets the next request, containing the information about the next action to execute.
public setNextRequest ( ActionRequest $nextRequest ) : void
$nextRequest Neos\Flow\Mvc\ActionRequest
리턴 void

프로퍼티 상세

$nextRequest 보호되어 있는 프로퍼티

protected ActionRequest,Neos\Flow\Mvc $nextRequest
리턴 Neos\Flow\Mvc\ActionRequest