string|array argument(string $key = null) Get the value of a command argument
void warn(string $string) Write a string as warning output.
string ask(string $question, string $default = null) Prompt the user for
bool|null fire() Execute the command. Return
Kernel class Kernel implements
AutoloadCommand class AutoloadCommand extends
int call(string $command, array $arguments = array()) Call another console
int callSilent(string $command, array $arguments = array()) Call another
void info(string $string) Write a string as information output.
Page 65 of 100