Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DStatisticsChartModule.php595 $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 DStatistics.php1661 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 DFamilyRepository.php1390 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository