string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void fire() Execute the console command. Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void error(string $string) Write a string as error output. Parameters string $string Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Page 13 of 996