Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php351 public function totalFamsWithSources(): string function in Fisharebest\\Webtrees\\Statistics
353 return $this->individual_repository->totalFamsWithSources();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1638 public function totalFamsWithSources(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository