PHP Класс ParaTest\Console\ParaTestApplication

Наследование: extends Symfony\Component\Console\Application
Показать файл Открыть проект

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

Метод Описание
__construct ( )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Instantiates the specific Tester and runs it via the ParaTestCommand
getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
getDefinition ( ) : Symfony\Component\Console\Input\InputDefinition The default InputDefinition for the application. Leave it to specific Tester objects for specifying further definitions

Описание методов

__construct() публичный Метод

public __construct ( )

doRun() публичный Метод

Instantiates the specific Tester and runs it via the ParaTestCommand
public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getCommandName() публичный Метод

public getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
$input Symfony\Component\Console\Input\InputInterface
Результат string

getDefinition() публичный Метод

The default InputDefinition for the application. Leave it to specific Tester objects for specifying further definitions
public getDefinition ( ) : Symfony\Component\Console\Input\InputDefinition
Результат Symfony\Component\Console\Input\InputDefinition