示例#1
0
文件: AllowCN.php 项目: yiuked/tmcart
 public static function getInstance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new AllowCN();
     }
     return self::$_instance;
 }