void line(string $string) Write a string as standard output.
void fire() Execute the console command.
int run(InputInterface $input, OutputInterface $output) Run the console
Application getLaravel()
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int call(string $command, array $arguments = array()) Call another console
void comment(string $string) Write a string as comment output.
void info(string $string) Write a string as information output.
void __construct() Create a new console command instance.
void setLaravel(Container $laravel)
Page 6 of 12