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); }