Example #1
0
 public function runIndex(framework\Request $request)
 {
     $this->getResponse()->setDecoration(\thebuggenie\core\framework\Response::DECORATE_NONE);
     $this->tbg_summary = framework\Context::getDebugData($request['debug_id']);
 }