Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1079 public function longestLife(): string function in Fisharebest\\Webtrees\\Statistics
1081 return $this->individual_repository->longestLife();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php876 public function longestLife(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository