Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1119 public function longestLifeFemaleName(): string function in Fisharebest\\Webtrees\\Statistics
1121 return $this->individual_repository->longestLifeFemaleName();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php926 public function longestLifeFemaleName(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository