InputInterface::isInteractive()
  • References/PHP/Symfony/Component/Console/Input

bool isInteractive() Is this input means interactive?

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

bool equals(InputOption $option)

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
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
ArgvInput
  • References/PHP/Symfony/Component/Console/Input

class ArgvInput extends Input

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

addArgument(InputArgument $argument)

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