Ejemplo n.º 1
0
 /**
  * Enabled the debugger and load resource module.
  * This is called by Setup.php when $wgDebugToolbar is true.
  *
  * @since 1.19
  */
 public static function init()
 {
     self::$enabled = true;
 }
Ejemplo n.º 2
0
 /**
  * Disable the debugger.
  *
  * @since 1.28
  */
 public static function deinit()
 {
     self::$enabled = false;
 }