Home
last modified time | relevance | path

Searched refs:FactoryRuntimeLoader (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFactoryRuntimeLoaderTest.php12 use Twig\RuntimeLoader\FactoryRuntimeLoader; alias
18 $loader = new FactoryRuntimeLoader(['stdClass' => 'getRuntime']);
25 $loader = new FactoryRuntimeLoader();
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFactoryRuntimeLoader.php3 use Twig\RuntimeLoader\FactoryRuntimeLoader; alias
8 class Twig_FactoryRuntimeLoader extends FactoryRuntimeLoader
/plugin/findologicxmlexport/vendor/twig/twig/src/RuntimeLoader/
H A DFactoryRuntimeLoader.php19 class FactoryRuntimeLoader implements RuntimeLoaderInterface class