InputArgument::getName()
  • References/PHP/Symfony/Component/Console/Input

string getName() Returns the argument name.

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

addArgument(InputArgument $argument)

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

bool isInteractive() Is this input means interactive?

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

bool equals(InputOption $option)

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

InputArgument getArgument(string|int

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

addArguments(InputArgument[] $arguments

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

int getArgumentRequiredCount() Returns the number of required InputArguments.

2025-01-10 15:47:30