Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 80% |
Changes | 0 |
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 | 26 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
|
43 |