array options() Get all of the options passed to the command.
array arguments() Get all of the arguments passed to the command.
string secret(string $question, bool $fallback = true) Prompt the user
int call(string $command, array $arguments = array()) Call another console
void info(string $string) Write a string as information output.
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
OutputInterface getOutput() Get the output implementation.
string anticipate(string $question, array $choices, string $default = null)
void info(string $string, null|int|string $verbosity = null) Write a string
void error(string $string, null|int|string $verbosity = null) Write a string
Page 25 of 31