コード例 #1
0
ファイル: SpotTiming.php プロジェクト: CptChaos/spotweb
 static function disable()
 {
     self::$_disabled = true;
     /* Clear any outstanding timings */
     self::clear();
 }
コード例 #2
0
ファイル: SpotTiming.php プロジェクト: remielowik/spotweb
	static function disable() {
		self::$_disabled = true;
	} #disable