Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php104 $this->setLoader($loader);
460 $this->setLoader($loader);
464 $this->setLoader($current);
603 public function setLoader(LoaderInterface $loader) function in Twig\\Environment
/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