Stores all completion suggestions for the current input.
- author Wouter de Jong
CloneableFinalInstantiable
| Methods |
public getOptionSuggestions() : array
|
public getValueSuggestions() : array
|
| public suggestOption(Symfony Add a suggestion for an input option name.
|
| public suggestOptions(array $options) : static Add multiple suggestions for input option names at once.
|
| public suggestValue(Symfony Add a suggested value for an input option or argument.
|
| public suggestValues(array $values) : static Add multiple suggested values at once for an input option or argument.
|
| Properties |
| private array $optionSuggestions = [] |
| private array $valueSuggestions = [] |