string getName() Returns the argument name.
InputArgument getArgument(string|int
bool isInteractive() Is this input means interactive?
bool isArray() Returns true if the option can take multiple values.
bool isRequired() Returns true if the argument is required.
setDefault(mixed $default = null) Sets the default value.
class StringInput extends ArgvInput
interface InputAwareInterface InputAwareInterface should be implemented by classes that depends
mixed getDefault() Returns the default value.
array getArgumentDefaults() Gets the default values.
Page 4 of 8