OutputInterface getOutput() Get the output implementation.
string|array argument(string $key = null) Get the value of a command argument
void __construct(Migrator $migrator)
int run(InputInterface $input, OutputInterface $output) Run the console
bool confirm(string $question, bool $default = false) Confirm a question
void setLaravel(Container $laravel)
void error(string $string, null|int|string $verbosity = null) Write a string
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int call(string $command, array $arguments = array()) Call another console
Page 10 of 23