Lines Matching refs:person
1713 $person = Registry::individualFactory()->make($id, $this->tree);
1714 $media_file = $person->findHighlightedMediaFile();
2418 $person = Registry::individualFactory()->make($id, $this->tree);
2419 if ($person instanceof Individual) {
2420 $this->list[$id] = $person;
2423 foreach ($person->childFamilies() as $family) {
2434 foreach ($person->spouseFamilies() as $family) {
2638 $person = Registry::individualFactory()->make($pid, $this->tree);
2639 if ($person === null) {
2643 $list[$pid] = $person;
2648 foreach ($person->spouseFamilies() as $family) {
2710 $person = Registry::individualFactory()->make($id, $this->tree);
2711 foreach ($person->childFamilies() as $family) {