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