PHP Class Neos\Flow\Mvc\Exception\ForwardException

Inheritance: extends StopActionException
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$nextRequest Neos\Flow\Mvc\ActionRequest

Méthodes publiques

Méthode 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 méthode

Returns the next request
public getNextRequest ( ) : ActionRequest
Résultat Neos\Flow\Mvc\ActionRequest

setNextRequest() public méthode

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

Property Details

$nextRequest protected_oe property

protected ActionRequest,Neos\Flow\Mvc $nextRequest
Résultat Neos\Flow\Mvc\ActionRequest