Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DStatisticsChartModule.php387 $rows = $statistics->statsMarriageQuery()->get();
397 … $rows = $statistics->statsMarriageQuery($prev_boundary, $boundary)->get();
/webtrees/app/
H A DStatistics.php1448 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics
1450 return $this->family_repository->statsMarriageQuery($year1, $year2);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1659 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository