示例#1
0
 /**
  * Generate debug data HTML for displaying at the bottom of the main content
  * area.
  * @return String HTML containing debug data, if enabled (otherwise empty).
  */
 protected function generateDebugHTML()
 {
     return MWDebug::getHTMLDebugLog();
 }