PHP 클래스 Neos\Flow\Tests\Functional\Mvc\Fixtures\Controller\AbstractControllerTestAController

Although the functions we want to test are really implemented in the Abstract Controller, this fixture class is an ActionController as this is the easiest way to provide an implementation of the abstract class.
상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
forwardAction ( string $actionName, string $controllerName = null, string $packageKey = null, array $arguments = [], boolean $passSomeObjectArguments = false ) : void An action which forwards using the given parameters
fourthAction ( string $nonObject1 = null, integer $nonObject2 = null ) : string
secondAction ( ) : string
thirdAction ( string $firstArgument, string $secondArgument, string $third = null, string $fourth = 'default' ) : string

메소드 상세

forwardAction() 공개 메소드

An action which forwards using the given parameters
public forwardAction ( string $actionName, string $controllerName = null, string $packageKey = null, array $arguments = [], boolean $passSomeObjectArguments = false ) : void
$actionName string
$controllerName string
$packageKey string
$arguments array
$passSomeObjectArguments boolean
리턴 void

fourthAction() 공개 메소드

public fourthAction ( string $nonObject1 = null, integer $nonObject2 = null ) : string
$nonObject1 string
$nonObject2 integer
리턴 string

secondAction() 공개 메소드

public secondAction ( ) : string
리턴 string

thirdAction() 공개 메소드

public thirdAction ( string $firstArgument, string $secondArgument, string $third = null, string $fourth = 'default' ) : string
$firstArgument string
$secondArgument string
$third string
$fourth string
리턴 string