int call(string $command, array $arguments = array()) Call another console
bool hasOption(string $name) Determine if the given option is present.
OutputInterface getOutput() Get the output implementation.
void info(string $string, null|int|string $verbosity = null) Write a string
void setLaravel(Container $laravel)
void line(string $string, string $style = null, null|int|string $verbosity = null)
array options() Get all of the options passed to the command.
bool hasArgument(string|int $name) Determine if the given argument is present
void __construct() Create a new console command instance.
Page 21 of 26