PHP Class Neos\Flow\Mvc\Exception\ForwardException

Inheritance: extends StopActionException
ファイルを表示 Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$nextRequest Neos\Flow\Mvc\ActionRequest

Public Methods

Method Description
getNextRequest ( ) : ActionRequest Returns the next request
setNextRequest ( ActionRequest $nextRequest ) : void Sets the next request, containing the information about the next action to execute.

Method Details

getNextRequest() public method

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

setNextRequest() public method

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

Property Details

$nextRequest protected_oe property

protected ActionRequest,Neos\Flow\Mvc $nextRequest
return Neos\Flow\Mvc\ActionRequest