/**
  * Подготавливает отчет
  *
  * @return void
  */
 public function action()
 {
     $this->data['num'] = $this->num;
     $debugReport = $this->view->getReport($this->data);
     $this->response->sendContent($debugReport);
     exit;
 }