Searched refs:getEngine (Results 1 – 3 of 3) sorted by relevance
102 …return $this->getEngine()->searchTemplateByName($this->templateName . "." . TemplateEngine::EXTENS…146 $pageTemplateEngine = $this->getEngine();150 $pageTemplateEngine = $this->getEngine();234 return $this->getEngine()->searchTemplateByName("$this->templateName.css");242 $jsPath = $this->getEngine()->searchTemplateByName("$this->templateName.js");1084 function getEngine(): TemplateEngine function in ComboStrap\\TemplateForWebPage1102 $file = $this->getEngine()->searchTemplateByName("{$this->getTemplateName()}.yml");
225 $tpl = $template->getEngine()->loadString('{{#if ' . $args . '}}' . $source . '{{/if}}');321 if ($template->getEngine()->isDataVariablesEnabled()) {333 if ($template->getEngine()->isDataVariablesEnabled()) {349 if ($template->getEngine()->isDataVariablesEnabled()) {
79 public function getEngine() function in Handlebars\\Template