Console
final class Console
Methods
static Console
getInstance()
Get app instance
void
loadDefaultCommands()
Default command is base tool to manage SLiMS such as, plugin, db etc.
void
loadPluginCommands()
Load user command based on CreateCommand
void
void
run()
Running all console operation if on cli interface
Details
at line 35
static Console
getInstance()
Get app instance
at line 48
void
loadDefaultCommands()
Default command is base tool to manage SLiMS such as, plugin, db etc.
at line 64
void
loadPluginCommands()
Load user command based on CreateCommand
at line 81
void
registerCommand(Command $command)
Register custom command
at line 92
void
run()
Running all console operation if on cli interface