Home
last modified time | relevance | path

Searched refs:addLoader (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DCascadingLoader.php34 $this->addLoader($loader);
43 public function addLoader(Mustache_Loader $loader) function in Mustache_Loader_CascadingLoader
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php102 $loader->addLoader(new ArrayLoader(['foo' => 'bar']));
119 $loader->addLoader($loader1);
120 $loader->addLoader($loader2);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php35 $this->addLoader($loader);
39 public function addLoader(LoaderInterface $loader) function in Twig\\Loader\\ChainLoader
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst275 You can also add loaders via the ``addLoader()`` method.