void question(string $string) Write a string as question output. Parameters string $string Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void fire() Execute the console command. Return Value void
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
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
Page 859 of 996