PHP Класс Hal\MutaTesting\Console\MutaTestingApplication

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

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

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