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

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$supportedMediaTypes array

Méthodes publiques

Méthode 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 méthode

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
Résultat void

firstAction() public méthode

public firstAction ( ) : string
Résultat string

fourthAction() public méthode

public fourthAction ( string $emailAddress ) : void
$emailAddress string
Résultat void

ignoreValidationAction() public méthode

public ignoreValidationAction ( string $brokenArgument1, string $brokenArgument2 ) : string
$brokenArgument1 string
$brokenArgument2 string
Résultat string

putAction() public méthode

public putAction ( string $putArgument, string $getArgument ) : string
$putArgument string
$getArgument string
Résultat string

secondAction() public méthode

public secondAction ( ) : string
Résultat string

thirdAction() public méthode

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

Property Details

$supportedMediaTypes protected_oe property

protected array $supportedMediaTypes
Résultat array