| 1 | <?php |
||
| 7 | class ReportDataCompiler |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @var LoggerInterface |
||
| 12 | */ |
||
| 13 | private $logger; |
||
| 14 | |||
| 15 | public function __construct(LoggerInterface $logger = null) |
||
| 19 | |||
| 20 | protected function translate($templateValue, array $data) |
||
| 36 | |||
| 37 | public function compile(array $item, array $template) |
||
| 48 | |||
| 49 | } |
||
| 50 |