Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DStatisticsChartModule.php338 $rows = $statistics->statsDeathQuery()->get();
355 $rows = $statistics->statsDeathQuery($prev_boundary, $boundary)->get();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php740 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
766 return $this->statsDeathQuery($year1, $year2)
/webtrees/app/
H A DStatistics.php1026 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics
1028 return $this->individual_repository->statsDeathQuery($year1, $year2);