| 1 | <?php | ||
| 27 | class QueryViewHelper extends AbstractSolrFrontendViewHelper | ||
| 28 | { | ||
| 29 | use CompileWithRenderStatic; | ||
| 30 | |||
| 31 | /** | ||
| 32 | * @var bool | ||
| 33 | */ | ||
| 34 | protected $escapeOutput = false; | ||
| 35 | |||
| 36 | /** | ||
| 37 | * @param array $arguments | ||
| 38 | * @param \Closure $renderChildrenClosure | ||
| 39 | * @param RenderingContextInterface $renderingContext | ||
| 40 | * @return string | ||
| 41 | */ | ||
| 42 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) | ||
| 51 | } | ||
| 52 |