Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php75 $loader->prependPath($basePath.'/normal_final');
76 $loader->prependPath($basePath.'/named/../named_quater', 'named');
77 $loader->prependPath($basePath.'/named_final', 'named');
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php120 public function prependPath($path, $namespace = self::MAIN_NAMESPACE) function in Twig\\Loader\\FilesystemLoader
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst173 The ``prependPath()`` and support for namespaces were added in Twig 1.10.
192 You can add or prepend paths via the ``addPath()`` and ``prependPath()``
196 $loader->prependPath($templateDir4);
201 When using the ``setPaths()``, ``addPath()``, and ``prependPath()`` methods,
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG529 * added Twig_Loader_Filesystem::prependPath()