setOption(string $name, string|bool $value) Sets an option value by name.
setInteractive(bool $interactive) Sets the input interactivity.
class ArrayInput extends Input
mixed getArgument(string $name) Returns the argument value for a given argument name.
bind(InputDefinition $definition)
string escapeToken(string $token) Escapes a token through escapeshellarg if it contains unsafe
addOption(InputOption $option)
setArgument(string $name, string $value) Sets an argument value by name.
bool acceptValue() Returns true if the option accepts a value.
InputOption getOption(string $name)
Page 7 of 8