| 1 | <?php |
||
| 10 | class TwigRenderer extends Twig_Environment implements Renderer |
||
| 11 | { |
||
| 12 | 14 | public function __construct(string $templateDirectory) |
|
| 23 | |||
| 24 | 14 | public static function make(string $templateDirectory): TwigRenderer |
|
| 28 | |||
| 29 | 12 | public function renderTemplate(string $path, array $variables): string |
|
| 33 | |||
| 34 | public function customExtension(string $name, callable $function): void |
||
| 38 | } |
||
| 39 |