PHP Класс Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand

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

Защищенные свойства (Protected)

Свойство Тип Описание
$handler CompletionHandler

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

Метод Описание
getNativeDefinition ( )

Защищенные методы

Метод Описание
configure ( )
configureCompletion ( CompletionHandler $handler ) Configure the CompletionHandler instance before it is run
createDefinition ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getShellType ( ) : string Determine the shell type for use with HookFactory
runCompletion ( ) : string[] Run the completion handler and return a filtered list of results

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

configure() защищенный Метод

protected configure ( )

configureCompletion() защищенный Метод

Configure the CompletionHandler instance before it is run
protected configureCompletion ( CompletionHandler $handler )
$handler CompletionHandler

createDefinition() защищенный Метод

protected createDefinition ( )

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

public getNativeDefinition ( )

getShellType() защищенный Метод

Determine the shell type for use with HookFactory
protected getShellType ( ) : string
Результат string

runCompletion() защищенный Метод

Run the completion handler and return a filtered list of results
Устаревший: - This will be removed in 1.0.0 in favour of CompletionCommand::configureCompletion
protected runCompletion ( ) : string[]
Результат string[]

Описание свойств

$handler защищенное свойство

protected CompletionHandler,Stecman\Component\Symfony\Console\BashCompletion $handler
Результат CompletionHandler