Console
class Console (View source)
The console class.
Methods
__construct(array $argv)
The console constructor.
array
getCommands()
Get the list of available commands.
help(array $commands)
Show the help for all available commands.
runCommand(array $argv)
Run a command based on the $argv array.
Details
at line 56
__construct(array $argv)
The console constructor.
at line 67
private array
getCommands()
Get the list of available commands.
at line 96
private
help(array $commands)
Show the help for all available commands.
at line 109
private
runCommand(array $argv)
Run a command based on the $argv array.