| 1 | <?php |
||
| 16 | class LanguageResultMatchFinder { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var InterlanguageLinksLookup|null |
||
| 20 | */ |
||
| 21 | private $interlanguageLinksLookup = null; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @since 1.0 |
||
| 25 | * |
||
| 26 | * @param InterlanguageLinksLookup $interlanguageLinksLookup |
||
| 27 | */ |
||
| 28 | 4 | public function __construct( InterlanguageLinksLookup $interlanguageLinksLookup ) { |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @since 1.0 |
||
| 34 | * |
||
| 35 | * @param SearchResultSet $matches |
||
| 36 | * @param $languageCode |
||
| 37 | * |
||
| 38 | * @return MappedSearchResultSet|null |
||
| 39 | */ |
||
| 40 | 3 | public function matchResultsToLanguage( SearchResultSet $matches, $languageCode ) { |
|
| 61 | |||
| 62 | } |
||
| 63 |