void info(string $string, null|int|string $verbosity = null) Write a string
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
OutputInterface getOutput() Get the output implementation.
void __construct() Create a new console command instance.
void warn(string $string, null|int|string $verbosity = null) Write a string
void question(string $string, null|int|string $verbosity = null) Write
int call(string $command, array $arguments = array()) Call another console
void fire() Execute the console command.
string|array option(string $key = null) Get the value of a command option
Page 7 of 12