Home
last modified time | relevance | path

Searched refs:individual_repository (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DStatistics.php97 private IndividualRepository $individual_repository; variable in Fisharebest\\Webtrees\\Statistics
149 …$this->individual_repository = new IndividualRepository($century_service, $color_service, $tree);
163 …ace_repository = new PlaceRepository($tree, $country_service, $this->individual_repository);
284 return $this->individual_repository->totalRecords();
292 return $this->individual_repository->totalIndividuals();
300 return $this->individual_repository->totalIndisWithSources();
308 return $this->individual_repository->totalIndisWithSourcesPercentage();
321 return $this->individual_repository->chartIndisWithSources($color_from, $color_to);
329 return $this->individual_repository->totalIndividualsPercentage();
337 return $this->individual_repository->totalFamilies();
[all …]
/webtrees/app/Statistics/Repository/
H A DPlaceRepository.php47 private IndividualRepositoryInterface $individual_repository; variable in Fisharebest\\Webtrees\\Statistics\\Repository\\PlaceRepository
52 * @param IndividualRepositoryInterface $individual_repository
57 IndividualRepositoryInterface $individual_repository argument
61 $this->individual_repository = $individual_repository;
305 … return (new ChartDistribution($this->tree, $this->country_service, $this->individual_repository))
/webtrees/app/Statistics/Google/
H A DChartDistribution.php44 private IndividualRepositoryInterface $individual_repository; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartDistribution
54 * @param IndividualRepositoryInterface $individual_repository
59 IndividualRepositoryInterface $individual_repository argument
63 $this->individual_repository = $individual_repository;
296 $surname = $surname ?: $this->individual_repository->getCommonSurname();