Lines Matching refs:templateName
53 private string $templateName;
99 return $this->getEngine()->searchTemplateByName($this->templateName . "." . TemplateEngine::EXTENSION_HBS);
205 if (isset($this->templateName)) {
206 return $this->templateName;
223 return $this->templateName;
231 return $this->getEngine()->searchTemplateByName("$this->templateName.css");
239 $jsPath = $this->getEngine()->searchTemplateByName("$this->templateName.js");
1000 function setRequestedTemplateName(string $templateName): TemplateForWebPage
1002 $this->templateName = $templateName;