extends |
Input |
---|
ArrayInput represents an input provided as an array.
Usage:
$input = new ArrayInput(['command' => 'foo:bar', 'foo' => 'bar', '--bar' => 'foobar']);
Methods | ||
---|---|---|
public
|
__construct(array $parameters, ?InputDefinition $definition = null)
|
# |
public
|
getFirstArgument(): ?string
|
# |
public
|
hasParameterOption(string|array $values, bool $onlyParams = false): bool
|
# |
public
|
getParameterOption(
string|array $values,
string|bool|int|float|array|null $default = false,
bool $onlyParams = false,
): mixed
|
# |
public
|
__toString(): string
|
# |
protected
|
parse(): void
|
# |
Properties inherited from Symfony\Component\Console\Input\Input |
---|
$definition, $stream, $options, $arguments, $interactive |