Searched refs:country_service (Results 1 – 3 of 3) sorted by relevance
45 private CountryService $country_service; variable in Fisharebest\\Webtrees\\Statistics\\Repository\\PlaceRepository51 * @param CountryService $country_service56 CountryService $country_service, argument60 $this->country_service = $country_service;222 $all_countries = $this->country_service->getAllCountries();243 $all_countries = $this->country_service->getAllCountries();305 … return (new ChartDistribution($this->tree, $this->country_service, $this->individual_repository))
42 private CountryService $country_service; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartDistribution53 * @param CountryService $country_service58 CountryService $country_service, argument62 $this->country_service = $country_service;84 $countries = $this->country_service->getAllCountries();86 foreach ($this->country_service->iso3166() as $three => $two) {118 'f' => $this->country_service->mapTwoLetterToName($country),
134 * @param CountryService $country_service142 CountryService $country_service, argument163 …$this->place_repository = new PlaceRepository($tree, $country_service, $this->individual_re…