Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1095 public function longestLifeName(): string function in Fisharebest\\Webtrees\\Statistics
1097 return $this->individual_repository->longestLifeName();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php896 public function longestLifeName(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository