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

mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false)

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

InputOption[] getOptions()

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

bool hasArgument(string|int $name) Returns true if an InputArgument object exists by name or

2025-01-10 15:47:30
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::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
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::validate()
  • References/PHP/Symfony/Component/Console/Input

validate() Validates the input. Exceptions

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
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
InputOption::getDescription()
  • References/PHP/Symfony/Component/Console/Input

string getDescription() Returns the description text.

2025-01-10 15:47:30