Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1037 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics
1039 return $this->individual_repository->statsDeathBySexQuery($year1, $year2);
/webtrees/app/Module/
H A DStatisticsChartModule.php345 $rows = $statistics->statsDeathBySexQuery()->get();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php764 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository