Lines Matching refs:handlebars
15 * @link http://voodoophp.org/docs/handlebars
28 protected $handlebars;
48 $this->handlebars = $engine;
81 return $this->handlebars;
120 'enableDataVariables' => $this->handlebars->isDataVariablesEnabled(),
228 $helpers = $this->handlebars->getHelpers();
249 return $this->handlebars->loadString($return)->render($context);
319 $partial = $this->handlebars->loadPartial($current[Tokenizer::NAME]);
344 if ($this->handlebars->isDataVariablesEnabled()) {
363 $args = $this->handlebars->getEscapeArgs();
366 $this->handlebars->getEscape(),