Searched refs:statsMarrAgeQuery (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 595 $rows = $statistics->statsMarrAgeQuery($sex); 605 $rows = $statistics->statsMarrAgeQuery($sex); 619 … $rows = $statistics->statsMarrAgeQuery($sex, $prev_boundary, $boundary); 656 $rows = $statistics->statsMarrAgeQuery($sex); 670 $rows = $statistics->statsMarrAgeQuery($sex); 689 … $rows = $statistics->statsMarrAgeQuery($sex, $prev_boundary, $boundary);
|
/webtrees/app/ |
H A D | Statistics.php | 1661 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array function in Fisharebest\\Webtrees\\Statistics 1663 return $this->family_repository->statsMarrAgeQuery($sex, $year1, $year2);
|
/webtrees/app/Statistics/Repository/ |
H A D | FamilyRepository.php | 1390 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
|