コード例 #1
0
ファイル: Context.php プロジェクト: JonathanRH/thebuggenie
 /**
  * Set that we've started loading
  *
  * @param integer $when
  */
 public static function setLoadStart($when)
 {
     self::$_loadstart = $when;
 }