Home
last modified time | relevance | path

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

/web-bugs/src/Template/
H A DEngine.php36 * @var Context
77 if (method_exists(Context::class, $name)) {
95 $this->context = new Context(
156 Context::class
H A DContext.php9 class Context class
/web-bugs/tests/Unit/Template/
H A DContextTest.php6 use App\Template\Context; alias
10 /** @var Context */
15 $this->context = new Context(TEST_FIXTURES_DIRECTORY . '/templates');

Completed in 4 milliseconds