Home
last modified time | relevance | path

Searched refs:totalLivingPercentage (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Statistics/Repository/Interfaces/
H A DIndividualRepositoryInterface.php144 public function totalLivingPercentage(): string; function
/webtrees/app/
H A DStatistics.php601 public function totalLivingPercentage(): string function in Fisharebest\\Webtrees\\Statistics
603 return $this->individual_repository->totalLivingPercentage();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1747 public function totalLivingPercentage(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository