ArrayInput::hasParameterOption()
  • References/PHP/Symfony/Component/Console/Input

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw

2025-01-10 15:47:30
Input::validate()
  • References/PHP/Symfony/Component/Console/Input

validate() Validates the input. Exceptions

2025-01-10 15:47:30
InputDefinition::setArguments()
  • References/PHP/Symfony/Component/Console/Input

setArguments(InputArgument[] $arguments

2025-01-10 15:47:30
InputOption
  • References/PHP/Symfony/Component/Console/Input

class InputOption Represents a command line option. Constants

2025-01-10 15:47:30
InputDefinition::getOptions()
  • References/PHP/Symfony/Component/Console/Input

InputOption[] getOptions()

2025-01-10 15:47:30
Input::setOption()
  • References/PHP/Symfony/Component/Console/Input

setOption(string $name, string|bool $value) Sets an option value by name.

2025-01-10 15:47:30
InputDefinition::getOptionDefaults()
  • References/PHP/Symfony/Component/Console/Input

array getOptionDefaults() Gets an array of default values.

2025-01-10 15:47:30
InputInterface
  • References/PHP/Symfony/Component/Console/Input

interface InputInterface InputInterface is the interface implemented by all input classes.

2025-01-10 15:47:30
InputInterface::getArguments()
  • References/PHP/Symfony/Component/Console/Input

array getArguments() Returns all the given arguments merged with the default values.

2025-01-10 15:47:30
InputInterface::getArgument()
  • References/PHP/Symfony/Component/Console/Input

mixed getArgument(string $name) Returns the argument value for a given argument name.

2025-01-10 15:47:30