Esempio n. 1
0
 /**
  * eventDebugTimerStop - start a timer
  *
  * @param string $args name of timer
  *
  * @return void
  */
 public static function eventDebugTimerStop($args)
 {
     DebugbarLogger::getInstance()->stopTime($args);
 }
Esempio n. 2
0
 /**
  * eventCoreSessionShutdown
  *
  * @param mixed $args arguments supplied to triggerEvent
  *
  * @return void
  */
 public static function eventCoreSessionShutdown($args)
 {
     DebugbarLogger::getInstance()->renderDebugBar();
 }