| Total Complexity | 5 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class BlockViewHelper extends AbstractViewHelper |
||
| 24 | { |
||
| 25 | protected $escapeChildren = false; |
||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * Registers the known arguments |
||
| 30 | */ |
||
| 31 | public function initializeArguments() |
||
| 34 | } |
||
| 35 | |||
| 36 | |||
| 37 | /** |
||
| 38 | * Adds the rendered Fluid section to the Aimeos block view helper |
||
| 39 | */ |
||
| 40 | public function render() |
||
| 54 | } |
||
| 55 | } |