/**
  * @return string
  * @throws \Exception
  */
 public function DoViewCode()
 {
     $viewCode = new \model\ViewCode($this->m_webhook, $this->m_nav->ReadValueFromKeyInGET($this->m_nav->GetFilesKey()), $this->m_nav->ReadValueFromKeyInGET($this->m_nav->GetFileNameKey()));
     return htmlentities($viewCode->GetContentInFile());
 }
 public function DoRepublish()
 {
     new \model\ViewCode($this->m_webhook, $this->m_nav->ReadValueFromKeyInGET($this->m_nav->GetFilesKey()), $this->m_nav->ReadValueFromKeyInGET($this->m_nav->GetFileNameKey()));
 }