Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1273 public function averageLifespan(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics
1275 return $this->individual_repository->averageLifespan((bool) $show_years);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1302 public function averageLifespan(bool $show_years): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository