示例#1
0
文件: Rule.php 项目: jasmun/Noco100
 public static function getInstance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }