Home
last modified time | relevance | path

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

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