예제 #1
0
파일: GWF_Error.php 프로젝트: sinfocol/gwf3
 public static function getInstance()
 {
     if (NULL === self::$static) {
         self::$static = new self();
     }
     return self::$static;
 }