int call(string $command, array $arguments = array()) Call another console
string|array argument(string $key = null) Get the value of a command argument
void __construct() Create a new console command instance.
OutputInterface getOutput() Get the output implementation.
string ask(string $question, string $default = null) Prompt the user for
void info(string $string, null|int|string $verbosity = null) Write a string
string|array option(string $key = null) Get the value of a command option
bool hasArgument(string|int $name) Determine if the given argument is present
Page 59 of 100