| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function __construct(TemplateEventRendererInterface $templateEventRenderer, TemplateBlockRenderingHistory $templateBlockRenderingHistory) |
||
| 30 | { |
||
| 31 | $this->templateEventRenderer = $templateEventRenderer; |
||
| 32 | $this->templateBlockRenderingHistory = $templateBlockRenderingHistory; |
||
| 33 | } |
||
| 34 | |||
| 46 |