Lines Matching refs:wife
172 …<?php $wife = $family->wife() ?? Registry::individualFactory()->new('W', '0 @W@ INDI', null, $fami… variable
201 …dividual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $wife->sortName()))))) ?>…
202 <?php foreach ($wife->getAllNames() as $num => $name) : ?>
203 … <?php if ($name['type'] !== '_MARNM' || $num === $wife->getPrimaryName()) : ?>
205 …ied name') : '' ?>" href="<?= e($family->url()) ?>" class="<?= $num === $wife->getPrimaryName() ?…
208 <?php if ($num === $wife->getPrimaryName()) : ?>
209 … <small><?= view('icons/sex', ['sex' => $wife->sex()]) ?></small>
214 <?= view('lists/individual-table-parents', ['individual' => $wife]) ?>
217 …e([',', Individual::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', $wife->sortName())) ?>"><…
220 <?php $age = new Age($wife->getBirthDate(), $family->getMarriageDate()) ?>
273 … <?php if (count($husb->spouseFamilies()) > 1 || count($wife->spouseFamilies()) > 1) : ?>
280 <?php if ($husb->isDead() && $wife->isDead()) : ?>
283 <?php if ($husb->isDead() && !$wife->isDead()) : ?>
284 <?php if ($wife->sex() === 'F') : ?>
287 <?php if ($wife->sex() === 'M') : ?>
291 <?php if (!$husb->isDead() && $wife->isDead()) : ?>
299 <?php if (!$husb->isDead() && !$wife->isDead()) : ?>
306 … <?php if ($husb->childFamilies()->isEmpty() && $wife->childFamilies()->isEmpty()) : ?>
308 … <?php elseif (!$husb->isDead() && !$wife->isDead() && $family->numberOfChildren() === 0) : ?>