| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class CurrentSearchViewHelper extends AbstractUriViewHelper |
||
| 27 | { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param array $arguments |
||
| 31 | * @param \Closure $renderChildrenClosure |
||
| 32 | * @param RenderingContextInterface $renderingContext |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | 22 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
|
| 42 |