Searched refs:childFacts (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Services/ |
H A D | IndividualFactsService.php | 151 …->map(fn (Family $family): Collection => $this->childFacts($individual, $family, '_CHIL', '', $min… 186 …private function childFacts(Individual $person, Family $family, string $option, string $relation, … function in Fisharebest\\Webtrees\\Services\\IndividualFactsService 481 … foreach ($this->childFacts($person, $cfamily, '_GCHI', 'son', $min_date, $max_date) as $fact) { 486 … foreach ($this->childFacts($person, $cfamily, '_GCHI', 'dau', $min_date, $max_date) as $fact) { 491 … foreach ($this->childFacts($person, $cfamily, '_GCHI', 'chi', $min_date, $max_date) as $fact) { 705 … foreach ($this->childFacts($person, $family, '_SIBL', '', $min_date, $max_date) as $fact) { 712 … foreach ($this->childFacts($person, $sfamily, '_HSIB', '', $min_date, $max_date) as $fact) {
|