Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1111 public function longestLifeFemaleAge(): string function in Fisharebest\\Webtrees\\Statistics
1113 return $this->individual_repository->longestLifeFemaleAge();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php916 public function longestLifeFemaleAge(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository