Esempio n. 1
0
 /**
  * Disable debug
  * @return JBDump
  */
 public static function off()
 {
     self::$enabled = false;
     return self::i();
 }