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 run(InputInterface $input, OutputInterface $output) Run the console
void question(string $string) Write a string as question output.
string secret(string $question, bool $fallback = true) Prompt the user
void warn(string $string, null|int|string $verbosity = null) Write a string
void line(string $string, string $style = null, null|int|string $verbosity = null)
int callSilent(string $command, array $arguments = array()) Call another
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 22 of 23