Home
last modified time | relevance | path

Searched refs:loadString (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php509 public function loadString($source) function in Handlebars\\Handlebars
H A DTemplate.php249 return $this->handlebars->loadString($return)->render($context);
H A DHelpers.php225 $tpl = $template->getEngine()->loadString('{{#if ' . $args . '}}' . $source . '{{/if}}');