예제 #1
0
파일: AllowCN.php 프로젝트: yiuked/tmcart
 public static function getInstance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new AllowCN();
     }
     return self::$_instance;
 }