class ArrayInput extends Input
string getName() Returns the option name.
setOption(string $name, string|bool $value) Sets an option value by name.
addOptions(InputOption[] $options = array())
setOptions(InputOption[] $options = array())
string escapeToken(string $token) Escapes a token through escapeshellarg if it contains unsafe
InputOption getOption(string $name)
setInteractive(bool $interactive) Sets the input interactivity.
setArgument(string $name, string $value) Sets an argument value by name.
mixed getArgument(string $name) Returns the argument value for a given argument name.
Page 7 of 8