int run(InputInterface $input, OutputInterface $output) Run the console
int call(string $command, array $arguments = array()) Call another console
OutputInterface getOutput() Get the output implementation.
void info(string $string) Write a string as information output.
array arguments() Get all of the arguments passed to the command.
void info(string $string, null|int|string $verbosity = null) Write a string
bool hasArgument(string|int $name) Determine if the given argument is present
string secret(string $question, bool $fallback = true) Prompt the user
array all() Get all of the commands registered with the console.
Page 58 of 100