| Zeile 56... |
Zeile 56... |
| 56 |
private string|int|bool|array|null|float $default;
|
56 |
private string|int|bool|array|null|float $default;
|
| 57 |
private array|\Closure $suggestedValues;
|
57 |
private array|\Closure $suggestedValues;
|
| 58 |
private string $description;
|
58 |
private string $description;
|
| Zeile 59... |
Zeile 59... |
| 59 |
|
59 |
|
| 60 |
/**
|
60 |
/**
|
| 61 |
* @param string|array|null $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
|
61 |
* @param string|array|null $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts
|
| 62 |
* @param int|null $mode The option mode: One of the VALUE_* constants
|
62 |
* @param int|null $mode The option mode: One of the VALUE_* constants
|
| 63 |
* @param string|bool|int|float|array|null $default The default value (must be null for self::VALUE_NONE)
|
63 |
* @param string|bool|int|float|array|null $default The default value (must be null for self::VALUE_NONE)
|
| 64 |
* @param array|\Closure(CompletionInput,CompletionSuggestions):list<string|Suggestion> $suggestedValues The values used for input completion
|
64 |
* @param array|\Closure(CompletionInput,CompletionSuggestions):list<string|Suggestion> $suggestedValues The values used for input completion
|
| 65 |
*
|
65 |
*
|
| 66 |
* @throws InvalidArgumentException If option mode is invalid or incompatible
|
66 |
* @throws InvalidArgumentException If option mode is invalid or incompatible
|
| 67 |
*/
|
67 |
*/
|