コード例 #1
0
ファイル: utility.php プロジェクト: kydreth/BreathePHP
 public static function Ret()
 {
     if (!self::$SINGLETON) {
         self::$SINGLETON = new utility();
     }
     return self::$SINGLETON;
 }