Home
last modified time | relevance | path

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

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