Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DStatisticsChartModule.php429 $rows = $statistics->monthFirstChildQuery()->get();
446 … $rows = $statistics->monthFirstChildQuery($prev_boundary, $boundary)->get();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php699 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
747 return $this->monthFirstChildQuery($year1, $year2)
/webtrees/app/
H A DStatistics.php1912 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics
1914 return $this->family_repository->monthFirstChildQuery($year1, $year2);