Searched refs:templateClassPrefix (Results 1 – 2 of 2) sorted by relevance
44 private $templateClassPrefix = '__Mustache_'; variable in Mustache_Engine149 $this->templateClassPrefix = $options['template_class_prefix'];645 return $this->templateClassPrefix . md5($key);
73 protected $templateClassPrefix = '__TwigTemplate_'; variable in Twig\\Environment354 … return $this->templateClassPrefix.hash('sha256', $key).(null === $index ? '' : '___'.$index);368 return $this->templateClassPrefix;