|
| setCommand (Command $command) |
|
| complete (CompletionInput $input, CompletionSuggestions $suggestions) |
|
Fonctions membres publiques hérités de Command |
| __construct (string $name=null) |
|
| ignoreValidationErrors () |
|
| setApplication (Application $application=null) |
|
| setHelperSet (HelperSet $helperSet) |
|
| getHelperSet () |
|
| getApplication () |
|
| isEnabled () |
|
| run (InputInterface $input, OutputInterface $output) |
|
| complete (CompletionInput $input, CompletionSuggestions $suggestions) |
|
| setCode (callable $code) |
|
| mergeApplicationDefinition (bool $mergeArgs=true) |
|
| setDefinition ($definition) |
|
| getDefinition () |
|
| getNativeDefinition () |
|
| addArgument (string $name, int $mode=null, string $description='', $default=null) |
|
| addOption (string $name, $shortcut=null, int $mode=null, string $description='', $default=null) |
|
| setName (string $name) |
|
| setProcessTitle (string $title) |
|
| getName () |
|
| setHidden (bool $hidden) |
|
| isHidden () |
|
| setDescription (string $description) |
|
| getDescription () |
|
| setHelp (string $help) |
|
| getHelp () |
|
| getProcessedHelp () |
|
| setAliases (iterable $aliases) |
|
| getAliases () |
|
| getSynopsis (bool $short=false) |
|
| addUsage (string $usage) |
|
| getUsages () |
|
| getHelper (string $name) |
|
HelpCommand displays the help for a given command.
- Auteur
- Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com