InputOption::isArray()
  • References/PHP/Symfony/Component/Console/Input

bool isArray() Returns true if the option can take multiple values.

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

bool isValueRequired() Returns true if the option requires a value.

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

bool isRequired() Returns true if the argument is required.

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

setArgument(string $name, string $value) Sets an argument value by name.

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

array getArgumentDefaults() Gets the default values.

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

class InputArgument Represents a command line argument. Constants

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

mixed getDefault() Returns the default value.

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

bool hasOption(string $name) Returns true if an InputOption object exists by name.

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

string getSynopsis(bool $short = false) Gets the synopsis.

2025-01-10 15:47:30