1 | <?php |
||
7 | abstract class BaseFormatter |
||
8 | { |
||
9 | protected $twig; |
||
10 | protected $eventDispatcher; |
||
11 | |||
12 | public function setTemplating(\Twig_Environment $twig) |
||
16 | |||
17 | public function setDispatcher(EventDispatcherInterface $eventDispatcher) |
||
21 | |||
22 | protected function renderTwigTemplate($data, $user, $template) |
||
32 | } |