Home
last modified time | relevance | path

Searched refs:Engine (Results 1 – 5 of 5) sorted by relevance

/web-bugs/include/
H A Dprepend.php4 use App\Template\Engine; alias
87 $template = $container->get(Engine::class);
/web-bugs/tests/Unit/Template/
H A DEngineTest.php6 use App\Template\Engine; alias
10 /** @var Engine */
15 $this->template = new Engine(TEST_FIXTURES_DIRECTORY . '/templates');
/web-bugs/config/
H A Dcontainer.php68 $container->set(App\Template\Engine::class, function ($c) {
69 return new App\Template\Engine($c->get('templates_dir'));
/web-bugs/src/Template/
H A DEngine.php9 class Engine class
/web-bugs/docs/
H A Dtemplates.md10 $template = new App\Template\Engine(__DIR__.'/../path/to/templates');

Completed in 11 milliseconds