1 | <?php |
||
16 | class RecommendedSites { |
||
17 | |||
18 | private $directory; |
||
19 | |||
20 | /** |
||
21 | * @param string $exploreDir the absolute path to where the recommendation |
||
22 | * config files lie without a trailing slash |
||
23 | */ |
||
24 | public function __construct($exploreDir) { |
||
27 | |||
28 | |||
29 | public function forLanguage($languageCode) { |
||
40 | |||
41 | |||
42 | } |
||
43 |