Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1048 public function statsDeath(string|null $color_from = null, string|null $color_to = null): string function in Fisharebest\\Webtrees\\Statistics
1050 return $this->individual_repository->statsDeath($color_from, $color_to);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php784 public function statsDeath(string|null $color_from = null, string|null $color_to = null): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository