OutputInterface getOutput() Get the output implementation.
void warn(string $string, null|int|string $verbosity = null) Write a string
void error(string $string) Write a string as error output.
string|array option(string $key = null) Get the value of a command option
int run(InputInterface $input, OutputInterface $output) Run the console
void setLaravel(Application $laravel)
bool hasArgument(string|int $name) Determine if the given argument is present
bool|null fire() Execute the console command.
int call(string $command, array $arguments = array()) Call another console
Application getLaravel()
Page 85 of 100