void line(string $string) Write a string as standard output.
void __construct() Create a new console command instance.
bool hasArgument(string|int $name) Determine if the given argument is present
void fire() Execute the console command.
int callSilent(string $command, array $arguments = array()) Call another
OutputInterface getOutput() Get the output implementation.
void warn(string $string, null|int|string $verbosity = null) Write a string
void info(string $string) Write a string as information output.
bool confirm(string $question, bool $default = false) Confirm a question
int run(InputInterface $input, OutputInterface $output) Run the console
Page 52 of 100