| 1 | <?php |
||
| 8 | class ConfigurationViewHelper extends AbstractViewHelper |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @var bool |
||
| 13 | */ |
||
| 14 | protected $escapeOutput = false; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var bool |
||
| 18 | */ |
||
| 19 | protected $escapeChildren = false; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Initialize arguments. |
||
| 23 | */ |
||
| 24 | public function initializeArguments() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return array|null |
||
| 33 | */ |
||
| 34 | public function render(): ?array |
||
| 56 | } |
||
| 57 |