InputDefinition::getOptionForShortcut()
  • References/PHP/Symfony/Component/Console/Input

InputOption getOptionForShortcut(string

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

setDefinition(array $definition) Sets the definition of the input.

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

bool isValueOptional() Returns true if the option takes an optional value.

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

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

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

string getName() Returns the option name.

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

setDefault(mixed $default = null) Sets the default value.

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

class ArrayInput extends Input

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