| 1 | <?php |
||
| 15 | class LineFoldingViewHelper extends AbstractViewHelper |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var bool |
||
| 19 | */ |
||
| 20 | protected $escapeOutput = false; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param array $arguments |
||
| 24 | * @param \Closure $renderChildrenClosure |
||
| 25 | * @param RenderingContextInterface $renderingContext |
||
| 26 | * |
||
| 27 | * @return string |
||
| 28 | */ |
||
| 29 | public static function renderStatic( |
||
| 47 | } |
||
| 48 |