Lines Matching refs:person
177 * @param Individual $person
186 …private function childFacts(Individual $person, Family $family, string $option, string $relation, … argument
188 $SHOW_RELATIVES_EVENTS = $person->tree()->getPreference('SHOW_RELATIVES_EVENTS');
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) {
502 if ($child->xref() === $person->xref()) {
611 * @param Individual $person
618 …private function parentFacts(Individual $person, int $sosa, Date $min_date, Date $max_date): Colle… argument
620 $SHOW_RELATIVES_EVENTS = $person->tree()->getPreference('SHOW_RELATIVES_EVENTS');
703 foreach ($person->childFamilies() as $family) {
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) {
726 foreach ($person->childFamilies() as $sfamily) {
734 foreach ($person->childStepFamilies() as $sfamily) {
745 foreach ($person->childFamilies() as $family) {
757 switch ($person->sex()) {