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