Home
last modified time | relevance | path

Searched refs:totalIndisWithSources (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DStatistics.php298 public function totalIndisWithSources(): string function in Fisharebest\\Webtrees\\Statistics
300 return $this->individual_repository->totalIndisWithSources();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1628 public function totalIndisWithSources(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository