Input::getOptions()
  • References/PHP/Symfony/Component/Console/Input

array getOptions() Returns all the given options merged with the default values.

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

class InputOption Represents a command line option. Constants

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

InputOption[] getOptions()

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

mixed getOption(string $name) Returns the option value for a given option name.

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

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

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

interface InputInterface InputInterface is the interface implemented by all input classes.

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

addArguments(InputArgument[] $arguments

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