コード例 #1
0
ファイル: TestingAuxLib.php プロジェクト: tymiles003/X2CRM
 public static function getCaseTimer()
 {
     if (!isset(self::$_caseTimer)) {
         self::$_caseTimer = new TimerUtil();
     }
     return self::$_caseTimer;
 }