Example #1
0
 /**
  * Sets the profiler
  *
  * @param Profiler $profiler
  */
 public static function setProfiler($profiler)
 {
     self::$profiler = $profiler;
 }