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

Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
Show file Open project: neos/flow-development-collection

Public Methods

Method 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 method

public forwardTestAction ( string $parameter = null, boolean $otherController = false ) : void
$parameter string
$otherController boolean
return void

indexAction() public method

Initial action (showing different links)
public indexAction ( ) : void
return void

redirectTestAction() public method

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

targetAction() public method

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