1 | <?php |
||
27 | class CurrentSearchViewHelper extends AbstractUriViewHelper |
||
28 | { |
||
29 | |||
30 | /** |
||
31 | * @param array $arguments |
||
32 | * @param \Closure $renderChildrenClosure |
||
33 | * @param RenderingContextInterface $renderingContext |
||
34 | * @return string |
||
35 | */ |
||
36 | 19 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
|
42 | } |
||
43 |