| 1 | <?php declare(strict_types=1); |
||
| 12 | class RelatedTopicsSearch extends AbstractRelatedSearch |
||
| 13 | { |
||
| 14 | 3 | protected function getKeywordType(): string |
|
| 18 | |||
| 19 | /** |
||
| 20 | * @inheritDoc |
||
| 21 | */ |
||
| 22 | 2 | protected function createResult(array $data): RelatedResult |
|
| 41 | |||
| 42 | /** |
||
| 43 | * @inheritDoc |
||
| 44 | */ |
||
| 45 | 3 | protected function getToken(ExploreResultCollection $resultCollection): string |
|
| 49 | } |
||
| 50 |