| 1 | <?php |
||
| 18 | class SearchMock implements SearchInterface |
||
| 19 | { |
||
| 20 | private $client; |
||
| 21 | |||
| 22 | public function __construct(RestClient $client) |
||
| 26 | |||
| 27 | public function getSearchEngineExtensions(string $searchEngine, ?int $ttl = null): array |
||
| 35 | |||
| 36 | public function getNaturalSeoResult() |
||
| 40 | |||
| 41 | public function getSemResult() |
||
| 45 | |||
| 46 | public function getTownCode(string $name, string $country = 'FR'): array |
||
| 50 | |||
| 51 | public function getUrlRankByKeyword(string $keyword, string $url, string $searchEngine = 'google', ?string $callbackUrl = null, ?int $geolocId = null, int $location = 13, ?int $maxPage = null): array |
||
| 55 | } |
||
| 56 |