Home
last modified time | relevance | path

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

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php1972 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics
1974 return $this->familyRepository->monthFirstChildBySexQuery($year1, $year2);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DStatisticsChartModule.php446 $rows = $statistics->monthFirstChildBySexQuery()->get();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php738 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository