Application getLaravel()
void info(string $string) Write a string as information output.
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
array options() Get all of the options passed to the command.
void __construct() Create a new console command instance.
void comment(string $string) Write a string as comment output.
bool hasOption(string $name) Determine if the given option is present.
void line(string $string) Write a string as standard output.
Page 6 of 12