PHP Class Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\RedirectController

Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
forwardTestAction ( string $parameter = null, boolean $otherController = false ) : void
indexAction ( ) : void Initial action (showing different links)
redirectTestAction ( integer $delay, string $parameter = null, boolean $otherController = false ) : void
targetAction ( string $parameter = null ) : void The target action for redirects/forwards

Method Details

forwardTestAction() public méthode

public forwardTestAction ( string $parameter = null, boolean $otherController = false ) : void
$parameter string
$otherController boolean
Résultat void

indexAction() public méthode

Initial action (showing different links)
public indexAction ( ) : void
Résultat void

redirectTestAction() public méthode

public redirectTestAction ( integer $delay, string $parameter = null, boolean $otherController = false ) : void
$delay integer
$parameter string
$otherController boolean
Résultat void

targetAction() public méthode

The target action for redirects/forwards
public targetAction ( string $parameter = null ) : void
$parameter string
Résultat void