Home
last modified time | relevance | path

Searched refs:statsChildrenQuery (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Module/
H A DStatisticsChartModule.php726 $rows = $statistics->statsChildrenQuery();
736 $rows = $statistics->statsChildrenQuery($prev_boundary, $boundary);
/webtrees/app/
H A DStatistics.php2009 public function statsChildrenQuery(int $year1 = -1, int $year2 = -1): array function in Fisharebest\\Webtrees\\Statistics
2011 return $this->family_repository->statsChildrenQuery($year1, $year2);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php557 public function statsChildrenQuery(int $year1 = -1, int $year2 = -1): array function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
/webtrees/
H A Dphpstan-baseline.neon10018 …Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository\:\:statsChildrenQuery\(\) should r…