コード例 #1
0
ファイル: RemoteGet.php プロジェクト: Bouhnosaure/Typesetter
 /**
  * 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);
 }