CloneableInstantiable
- Attributes
Attribute ( 32)
| Properties |
| public string $description |
| public string $name |
| public array|string|?null $shortcut |
| Methods |
| public __construct(string $description = '', string $name = '', array|string|?null $shortcut = NULL, callable|array $suggestedValues = []) Represents a console command --option definition. If unset, the
|
public resolveValue(Symfony
|
public toInputOption() : Symfony
|
public static tryFrom(ReflectionParameter $parameter) : ?self
|
| Constants |
| private Symfony |
| private Symfony |
| Properties |
| private bool $allowNull = false |
| private array|string|int|float|bool|?null $default = NULL |
| private string $function = '' |
| private ?int $mode = NULL |
| private Closure|array $suggestedValues |
| private string $typeName = '' |
| Methods |
| private handleUnion(ReflectionUnionType $type) : self |
| Methods |
public static tryFrom(ReflectionParameter $parameter) : ?self
|