Lines Matching defs:year1

924      * @param int $year1
929 public function statsBirthQuery(int $year1 = -1, int $year2 = -1): Builder
931 return $this->individual_repository->statsBirthQuery($year1, $year2);
935 * @param int $year1
940 public function statsBirthBySexQuery(int $year1 = -1, int $year2 = -1): Builder
942 return $this->individual_repository->statsBirthBySexQuery($year1, $year2);
1021 * @param int $year1
1026 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder
1028 return $this->individual_repository->statsDeathQuery($year1, $year2);
1032 * @param int $year1
1037 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder
1039 return $this->individual_repository->statsDeathBySexQuery($year1, $year2);
1058 * @param int $year1
1063 public function statsAgeQuery(string $related = 'BIRT', string $sex = 'BOTH', int $year1 = -1, int $year2 = -1): array
1065 return $this->individual_repository->statsAgeQuery($related, $sex, $year1, $year2);
1443 * @param int $year1
1448 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
1450 return $this->family_repository->statsMarriageQuery($year1, $year2);
1454 * @param int $year1
1459 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
1461 return $this->family_repository->statsFirstMarriageQuery($year1, $year2);
1656 * @param int $year1
1661 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array
1663 return $this->family_repository->statsMarrAgeQuery($sex, $year1, $year2);
1907 * @param int $year1
1912 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder
1914 return $this->family_repository->monthFirstChildQuery($year1, $year2);
1918 * @param int $year1
1923 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder
1925 return $this->family_repository->monthFirstChildBySexQuery($year1, $year2);
2004 * @param int $year1
2009 public function statsChildrenQuery(int $year1 = -1, int $year2 = -1): array
2011 return $this->family_repository->statsChildrenQuery($year1, $year2);
2082 * @param string $year1
2088 string $year1 = '-1',
2091 return $this->family_repository->chartNoChildrenFamilies((int) $year1, (int) $year2);