/**
  * @return string
  */
 private function GetStateOfRequest()
 {
     $logView = new \view\LogView($this->logCollection, $this->nav);
     return $logView->dumpSuperGlobals();
 }