예제 #1
0
 /**
  * Set the root command instance to a class property
  *
  * @return void
  */
 private static function setRootCommand()
 {
     self::$root_command = new Dispatcher\RootCommand();
     self::loadAllCommands(self::$root_command);
 }