예제 #1
0
파일: index.php 프로젝트: h19e/fw
 public static function getInstance()
 {
     if (!isset(self::$parameter)) {
         self::$parameter = new Parameter();
     }
     return self::$parameter;
 }