Свойство | Type | Description | |
---|---|---|---|
$handler |
Méthode | Description | |
---|---|---|
getNativeDefinition ( ) |
Méthode | Description | |
---|---|---|
configure ( ) | ||
configureCompletion ( |
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 |
protected configureCompletion ( |
||
$handler |
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 |
protected getShellType ( ) : string | ||
Résultat | string |
protected runCompletion ( ) : string[] | ||
Résultat | string[] |