Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1823 public function oldestMotherName(): string function in Fisharebest\\Webtrees\\Statistics
1825 return $this->family_repository->oldestMotherName();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php922 public function oldestMotherName(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository