Lines Matching refs:person
37 $person = $fact->target(); variable
38 if ($person instanceof Individual) {
39 $row_class = 'wt-sex-' . strtolower($person->sex());
48 <?= $individual === $person ? '<i class="icon-selected"></i>' : '' ?>
49 …ry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, $person) ?>
52 <?= view('chart-box', ['individual' => $person]) ?>
73 $person = $fact->target(); variable
74 if ($person instanceof Individual) {
76 $row_class = 'wt-sex-' . strtolower($person->sex());
86 <?= $individual === $person ? '<i class="icon-selected"></i>' : '' ?>
87 …ry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, $person) ?>
90 <?= view('chart-box', ['individual' => $person]) ?>
160 $person = $fact->target(); variable
161 if ($person instanceof Individual) {
162 $row_class = 'wt-sex-' . strtolower($person->sex());
172 foreach ($person->facts(Gedcom::BIRTH_EVENTS, true) as $bfact) {
182 <?php if ($individual === $person) : ?>
202 …ry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, $person) ?>
205 <?= view('chart-box', ['individual' => $person]) ?>