Searched refs:longlifeQuery (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 841 private function longlifeQuery(string $type, string $sex): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository 878 return $this->longlifeQuery('full', 'BOTH'); 888 return $this->longlifeQuery('age', 'BOTH'); 898 return $this->longlifeQuery('name', 'BOTH'); 908 return $this->longlifeQuery('full', 'F'); 918 return $this->longlifeQuery('age', 'F'); 928 return $this->longlifeQuery('name', 'F'); 938 return $this->longlifeQuery('full', 'M'); 948 return $this->longlifeQuery('age', 'M'); 958 return $this->longlifeQuery('name', 'M');
|