Searched refs:monthFirstChildQuery (Results 1 – 3 of 3) sorted by relevance
429 $rows = $statistics->monthFirstChildQuery()->get();446 … $rows = $statistics->monthFirstChildQuery($prev_boundary, $boundary)->get();
699 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository747 return $this->monthFirstChildQuery($year1, $year2)
1912 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder function in Fisharebest\\Webtrees\\Statistics1914 return $this->family_repository->monthFirstChildQuery($year1, $year2);