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
Показать файл Открыть проект

Открытые методы

Метод Описание
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