Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DStatisticsChartModule.php478 $rows = $statistics->statsFirstMarriageQuery()->get();
494 … $rows = $statistics->statsFirstMarriageQuery($prev_boundary, $boundary)->get();
/webtrees/app/
H A DStatistics.php1459 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics
1461 return $this->family_repository->statsFirstMarriageQuery($year1, $year2);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1682 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository