Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1789 public function youngestMother(): string function in Fisharebest\\Webtrees\\Statistics
1791 return $this->family_repository->youngestMother();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php880 public function youngestMother(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository