PHP Class Neos\Flow\Tests\Functional\Mvc\Fixtures\Controller\ActionControllerTestAController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
ファイルを表示 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$supportedMediaTypes array

Public Methods

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

Method Details

b() public method

A method with a very short name, to make sure that the ActionController code does not choke on it.
See also: http://forge.typo3.org/issues/47469
public b ( ) : void
return void

firstAction() public method

public firstAction ( ) : string
return string

fourthAction() public method

public fourthAction ( string $emailAddress ) : void
$emailAddress string
return void

ignoreValidationAction() public method

public ignoreValidationAction ( string $brokenArgument1, string $brokenArgument2 ) : string
$brokenArgument1 string
$brokenArgument2 string
return string

putAction() public method

public putAction ( string $putArgument, string $getArgument ) : string
$putArgument string
$getArgument string
return string

secondAction() public method

public secondAction ( ) : string
return string

thirdAction() public method

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

Property Details

$supportedMediaTypes protected_oe property

protected array $supportedMediaTypes
return array