コード例 #1
0
ファイル: GWF_Error.php プロジェクト: sinfocol/gwf3
 public static function getInstance()
 {
     if (NULL === self::$static) {
         self::$static = new self();
     }
     return self::$static;
 }