PHP 클래스 Hal\MutaTesting\Console\MutaTestingApplication

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

공개 메소드들

메소드 설명
getDefinition ( ) Overridden so that the application doesn't expect the command name to be the first argument.
getDispatcher ( )
getVersion ( )
setDispatcher ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )

보호된 메소드들

메소드 설명
getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string Gets the name of the command based on input.
getDefaultCommands ( ) : array Gets the default commands that should always be available.

메소드 상세

getCommandName() 보호된 메소드

Gets the name of the command based on input.
protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
$input Symfony\Component\Console\Input\InputInterface The input interface
리턴 string The command name

getDefaultCommands() 보호된 메소드

Gets the default commands that should always be available.
protected getDefaultCommands ( ) : array
리턴 array An array of default Command instances

getDefinition() 공개 메소드

Overridden so that the application doesn't expect the command name to be the first argument.
public getDefinition ( )

getDispatcher() 공개 메소드

public getDispatcher ( )

getVersion() 공개 메소드

public getVersion ( )

setDispatcher() 공개 메소드

public setDispatcher ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface