示例#1
0
 public static function SINGLETON()
 {
     if (SMWResourceManager::$singleton == NULL) {
         SMWResourceManager::$singleton = new SMWResourceManager();
     }
     return SMWResourceManager::$singleton;
 }