/**
  * getter nazvu souboru se sablonou
  * @return string
  */
 protected function getTemplateFileName()
 {
     if (strlen($templateFileName = $this->config->getTemplateFileName()) < 1) {
         throw new LBoxExceptionComponent("Bad param " . LBoxExceptionComponent::MSG_PARAM_STRING_NOTNULL, LBoxExceptionComponent::CODE_BAD_PARAM);
     }
     return $templateFileName;
 }