コード例 #1
0
ファイル: qrmask.inc.php プロジェクト: rebuy-de/jpgraph
 public static function getInstance()
 {
     if (!isset(self::$iInstance)) {
         $c = __CLASS__;
         self::$iInstance = new $c();
     }
     return self::$iInstance;
 }