示例#1
0
文件: Prefs.php 项目: jelek92/lpStore
 public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new Prefs();
     }
     return self::$instance;
 }