int call(string $command, array $arguments = array()) Call another console
void line(string $string, string $style = null, null|int|string $verbosity = null)
void __construct(Composer $composer)
int run(InputInterface $input, OutputInterface $output) Run the console
void fire() Execute the console command.
void setArtisan(Application $artisan)
string anticipate(string $question, array $choices, string $default = null)
void setLaravel(Application $laravel)
array arguments() Get all of the arguments passed to the command.
void comment(string $string) Write a string as comment output.
Page 72 of 100