Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2058 public function topAgeBetweenSiblingsList(string $total = '10', string $one = ''): string function in Fisharebest\\Webtrees\\Statistics
2060 return $this->family_repository->topAgeBetweenSiblingsList((int) $total, $one);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php540 public function topAgeBetweenSiblingsList(int $total = 10, string $one = ''): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository