@@ -39,6 +39,9 @@ |
||
39 | 39 | $this->environment = new \Twig_Environment($loader, ['strict_variables' => true]); |
40 | 40 | } |
41 | 41 | |
42 | + /** |
|
43 | + * @return string |
|
44 | + */ |
|
42 | 45 | abstract protected function getTemplate(); |
43 | 46 | |
44 | 47 | protected function getTranslator() |