示例#1
0
 public static function getInstance()
 {
     if (self::$objectInstance === null) {
         self::$objectInstance = new ISO_Language();
     }
     return self::$objectInstance;
 }