Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1087 public function longestLifeAge(): string function in Fisharebest\\Webtrees\\Statistics
1089 return $this->individual_repository->longestLifeAge();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php886 public function longestLifeAge(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository