Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1689 public function ageBetweenSpousesMFList(string $total = '10'): string function in Fisharebest\\Webtrees\\Statistics
1691 return $this->family_repository->ageBetweenSpousesMFList((int) $total);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1340 public function ageBetweenSpousesMFList(int $total = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository