Exemplo n.º 1
0
 /**
  * Set the profiler to a specific profiler instance. Mostly for dumpHTML
  * @param $p Profiler object
  */
 public static function setInstance(Profiler $p)
 {
     self::$__instance = $p;
 }