Home
last modified time | relevance | path

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

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php118 $this->setLoader($options['loader']);
265 public function setLoader(Loader $loader) function in Handlebars\\Handlebars
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php113 $this->setLoader($loader);
459 $this->setLoader($loader);
463 $this->setLoader($current);
601 public function setLoader(LoaderInterface $loader) function in Twig\\Environment