int call(string $command, array $arguments = array()) Call another console
void setLaravel(Container $laravel)
OutputInterface getOutput() Get the output implementation.
string askWithCompletion(string $question, array $choices, string $default = null)
void info(string $string) Write a string as information output.
array arguments() Get all of the arguments passed to the command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string anticipate(string $question, array $choices, string $default = null)
void setLaravel(Application $laravel)
bool confirm(string $question, bool $default = false) Confirm a question
Page 95 of 100