コード例 #1
0
ファイル: out.class.php プロジェクト: zatoshi/raidplaner
 public static function getInstance($aRethrow = false)
 {
     if (self::$Instance == null) {
         self::$Instance = new Out();
     }
     return self::$Instance;
 }