1 | <?php |
||
5 | class SwiftTwigMailTemplate extends AbstractSwiftTwigMailTemplate |
||
6 | { |
||
7 | /** |
||
8 | * @var string |
||
9 | */ |
||
10 | private $twigPath; |
||
11 | |||
12 | /** |
||
13 | * SwiftTwigMailTemplate constructor. |
||
14 | * @param \Twig_Environment $twig_Environment |
||
15 | * @param string $twigPath |
||
16 | */ |
||
17 | public function __construct(\Twig_Environment $twig_Environment, string $twigPath) |
||
22 | |||
23 | /** |
||
24 | * @return \Twig_Template|\Twig_TemplateInterface |
||
25 | */ |
||
26 | public function getTemplate() |
||
30 | } |