ArgvInput
  • References/PHP/Symfony/Component/Console/Input

class ArgvInput extends Input

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

bool isInteractive() Is this input means interactive?

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

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

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

interface InputAwareInterface InputAwareInterface should be implemented by classes that depends

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

string getFirstArgument() Returns the first argument from the raw parameters (not parsed).

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

bind(InputDefinition $definition)

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

string getShortcut() Returns the option shortcut.

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

class StringInput extends ArgvInput

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

class InputDefinition A InputDefinition represents a set of valid command line arguments and options

2025-01-10 15:47:30