class ArgvInput extends Input
bool isInteractive() Is this input means interactive?
array getArguments() Returns all the given arguments merged with the default values.
setDefault(mixed $default = null) Sets the default value.
interface InputAwareInterface InputAwareInterface should be implemented by classes that depends
string getFirstArgument() Returns the first argument from the raw parameters (not parsed).
bind(InputDefinition $definition)
string getShortcut() Returns the option shortcut.
class StringInput extends ArgvInput
class InputDefinition A InputDefinition represents a set of valid command line arguments and options
Page 4 of 8