1 | <?php |
||
18 | class TitleTagViewHelper extends AbstractViewHelper |
||
19 | { |
||
20 | use CompileWithRenderStatic; |
||
21 | |||
22 | /** |
||
23 | * @param array $arguments |
||
24 | * @param \Closure $renderChildrenClosure |
||
25 | * @param RenderingContextInterface $renderingContext |
||
26 | * |
||
27 | * @return string |
||
28 | */ |
||
29 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
||
39 | } |
||
40 |