int run(InputInterface $input, OutputInterface $output) Run the console
int call(string $command, array $arguments = array()) Call another console
void __construct(Migrator $migrator)
array arguments() Get all of the arguments passed to the command.
int callSilent(string $command, array $arguments = array()) Call another
void question(string $string, null|int|string $verbosity = null) Write
void question(string $string) Write a string as question output.
bool hasOption(string $name) Determine if the given option is present.
Page 29 of 31