Exemplo n.º 1
0
 /**
  * Set that we've started loading
  *
  * @param integer $when
  */
 public static function setLoadStart($when)
 {
     self::$_loadstart = $when;
 }