Home
last modified time | relevance | path

Searched defs:year2 (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Statistics/Google/
H A DChartNoChildrenFamilies.php57 private function queryRecords(int $year1, int $year2): array
92 int $year2 = -1
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php289 public function chartNoChildrenFamilies(int $year1 = -1, int $year2 = -1): string
557 public function statsChildrenQuery(int $year1 = -1, int $year2 = -1): array
699 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder
745 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder
1390 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array
1659 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
1682 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
H A DIndividualRepository.php682 public function statsBirthQuery(int $year1 = -1, int $year2 = -1): Builder
706 public function statsBirthBySexQuery(int $year1 = -1, int $year2 = -1): Builder
740 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder
764 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder
800 …tsAgeQuery(string $related = 'BIRT', string $sex = 'BOTH', int $year1 = -1, int $year2 = -1): array
/webtrees/app/
H A DStatistics.php929 public function statsBirthQuery(int $year1 = -1, int $year2 = -1): Builder
940 public function statsBirthBySexQuery(int $year1 = -1, int $year2 = -1): Builder
1026 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder
1037 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder
1063 …tsAgeQuery(string $related = 'BIRT', string $sex = 'BOTH', int $year1 = -1, int $year2 = -1): array
1448 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
1459 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
1661 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array
1912 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder
1923 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder
[all …]