| 1 | <?php | ||
| 26 | class LastSearchesViewHelper extends AbstractWidgetViewHelper | ||
| 27 | { | ||
| 28 | |||
| 29 | /** | ||
| 30 | * @var \ApacheSolrForTypo3\Solr\ViewHelpers\Widget\Controller\LastSearchesController | ||
| 31 | * @inject | ||
| 32 | */ | ||
| 33 | protected $controller; | ||
| 34 | |||
| 35 | /** | ||
| 36 | * @return \TYPO3\CMS\Extbase\Mvc\ResponseInterface | ||
| 37 | * @throws \TYPO3\CMS\Fluid\Core\Widget\Exception\MissingControllerException | ||
| 38 | */ | ||
| 39 | public function render() | ||
| 43 | } | ||
| 44 |