예제 #1
0
파일: Modules.php 프로젝트: LobbyOS/server
 public static function __constructStatic()
 {
     self::$appMods = self::appModules();
     self::$coreMods = self::dirModules("/includes/lib/modules");
     self::$customMods = self::dirModules("/contents/modules");
     self::$mods = array_merge(self::$coreMods, self::$customMods, self::$appMods);
 }