Home
last modified time | relevance | path

Searched refs:getHelpers (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php205 public function getHelpers() function in Handlebars\\Handlebars
223 $this->getHelpers()->add($name, $helper);
234 return $this->getHelpers()->__get($name);
245 return $this->getHelpers()->has($name);
256 $this->getHelpers()->remove($name);
H A DTemplate.php228 $helpers = $this->handlebars->getHelpers();