int call(string $command, array $arguments = array()) Call another console
void setLaravel(Application $laravel)
int callSilent(string $command, array $arguments = array()) Call another
string anticipate(string $question, array $choices, string $default = null)
string|array argument(string $key = null) Get the value of a command argument
void question(string $string, null|int|string $verbosity = null) Write
void error(string $string, null|int|string $verbosity = null) Write a string
OutputInterface getOutput() Get the output implementation.
array options() Get all of the options passed to the command.
Page 24 of 31