| 1 | <?php |
||
| 7 | class Keywords extends Provider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Get recommendations for query word. |
||
| 11 | * |
||
| 12 | * @param $query |
||
| 13 | * @return array|bool |
||
| 14 | */ |
||
| 15 | public function recommendedFor($query) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param bool|array $response |
||
| 29 | * @return bool|array |
||
| 30 | */ |
||
| 31 | protected function getKeywordsFromRequest($response) |
||
| 45 | } |