Example #1
0
File: TH.php Project: aladin1394/CM
 public static function timeReset()
 {
     self::$timeDelta = 0;
     self::clearCache();
 }
Example #2
0
File: TH.php Project: cargomedia/cm
 public static function timeReset()
 {
     self::$timeDelta = 0;
 }