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