Beispiel #1
0
 /**
  * Output debug info about the most recent request
  *
  */
 public static function Debug($lang_key, $debug = array())
 {
     $debug = array_merge(self::$debug, $debug);
     return \gp\tool::Debug($lang_key, $debug);
 }