Searched refs:statsDeathBySexQuery (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/ | ||
H A D | Statistics.php | 1037 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics |
/webtrees/app/Module/ | ||
H A D | StatisticsChartModule.php | 345 $rows = $statistics->statsDeathBySexQuery()->get(); |
/webtrees/app/Statistics/Repository/ | ||
H A D | IndividualRepository.php | 764 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository |