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