| 1 | <?php |
||
| 9 | class TwigRenderer extends Twig_Environment implements Renderer |
||
| 10 | { |
||
| 11 | 14 | public function __construct(string $templateDirectory) |
|
| 22 | |||
| 23 | 13 | public static function make(string $templateDirectory): TwigRenderer |
|
| 27 | |||
| 28 | 12 | public function renderTemplate(string $path, array $variables): string |
|
| 32 | } |
||
| 33 |