void question(string $string) Write a string as question output. Parameters string $string Return Value void
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void error(string $string) Write a string as error output. Parameters string $string Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void fire() Execute the console command. Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
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 88 of 996