string|array option(string $key = null) Get the value of a command option
string ask(string $question, string $default = null) Prompt the user for
int run(InputInterface $input, OutputInterface $output) Run the console
void __construct(Filesystem $files)
int call(string $command, array $arguments = array()) Call another console
ControllerMakeCommand class ControllerMakeCommand extends
void info(string $string) Write a string as information output.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void error(string $string) Write a string as error output.
Page 5 of 8