Searched refs:statsDeathQuery (Results 1 – 3 of 3) sorted by relevance
338 $rows = $statistics->statsDeathQuery()->get();355 $rows = $statistics->statsDeathQuery($prev_boundary, $boundary)->get();
740 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository766 return $this->statsDeathQuery($year1, $year2)
1026 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics1028 return $this->individual_repository->statsDeathQuery($year1, $year2);