PHP 클래스 Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\RedirectController

상속: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetController
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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

메소드 상세

forwardTestAction() 공개 메소드

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

indexAction() 공개 메소드

Initial action (showing different links)
public indexAction ( ) : void
리턴 void

redirectTestAction() 공개 메소드

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

targetAction() 공개 메소드

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