示例#1
0
文件: core.php 项目: grlf/eyedock
 public static function instance()
 {
     if (self::$inst === false) {
         self::$inst = new SIGPlusLogging();
     }
     return self::$inst;
 }