string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void fire() Execute the console command. Return Value void
void error(string $string) Write a string as error output. Parameters string $string Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Application getLaravel() Get the Laravel application instance. Return Value Application
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
Page 959 of 996