PHP 클래스 ParaTest\Console\ParaTestApplication

상속: extends Symfony\Component\Console\Application
파일 보기 프로젝트 열기: brianium/paratest

공개 메소드들

메소드 설명
__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