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

상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$supportedMediaTypes array

공개 메소드들

메소드 설명
b ( ) : void A method with a very short name, to make sure that the ActionController code does not choke on it.
firstAction ( ) : string
fourthAction ( string $emailAddress ) : void
ignoreValidationAction ( string $brokenArgument1, string $brokenArgument2 ) : string
putAction ( string $putArgument, string $getArgument ) : string
secondAction ( ) : string
thirdAction ( string $firstArgument, string $secondArgument, string $third = null, string $fourth = 'default' ) : string

메소드 상세

b() 공개 메소드

A method with a very short name, to make sure that the ActionController code does not choke on it.
또한 보기: http://forge.typo3.org/issues/47469
public b ( ) : void
리턴 void

firstAction() 공개 메소드

public firstAction ( ) : string
리턴 string

fourthAction() 공개 메소드

public fourthAction ( string $emailAddress ) : void
$emailAddress string
리턴 void

ignoreValidationAction() 공개 메소드

public ignoreValidationAction ( string $brokenArgument1, string $brokenArgument2 ) : string
$brokenArgument1 string
$brokenArgument2 string
리턴 string

putAction() 공개 메소드

public putAction ( string $putArgument, string $getArgument ) : string
$putArgument string
$getArgument string
리턴 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

프로퍼티 상세

$supportedMediaTypes 보호되어 있는 프로퍼티

protected array $supportedMediaTypes
리턴 array