예제 #1
0
파일: Prefs.php 프로젝트: jelek92/lpStore
 public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new Prefs();
     }
     return self::$instance;
 }