Searched refs:isDead (Results 1 – 10 of 10) sorted by relevance
280 <?php if ($husb->isDead() && $wife->isDead()) : ?>283 <?php if ($husb->isDead() && !$wife->isDead()) : ?>291 <?php if (!$husb->isDead() && $wife->isDead()) : ?>299 <?php if (!$husb->isDead() && !$wife->isDead()) : ?>308 … <?php elseif (!$husb->isDead() && !$wife->isDead() && $family->numberOfChildren() === 0) : ?>
309 <?php elseif ($individual->isDead()) : ?>320 … <?php elseif (!$individual->isDead() && $individual->numberOfChildren() < 1) : ?>
165 if ($filterof === 'living' && $record->isDead()) {174 … if ($filterof === 'living' && ($husb && $husb->isDead() || $wife && $wife->isDead())) {219 if ($record instanceof Individual && $record->isDead()) {224 if ($husb === null || $husb->isDead()) {228 if ($wife === null || $wife->isDead()) {363 if ($filterof === 'living' && $record->isDead()) {372 … if ($filterof === 'living' && ($husb && $husb->isDead() || $wife && $wife->isDead())) {
90 if ($spouse instanceof Individual && $this->isDead($spouse)) {166 private function isDead(Individual $individual): bool function in Fisharebest\\Webtrees\\Census\\AbstractCensusColumnCondition
98 … if ((int) $this->tree->getPreference('SHOW_DEAD_PEOPLE') >= $access_level && $this->isDead()) {220 public function isDead(): bool function in Fisharebest\\Webtrees\\Individual444 if ($death_year === '' && $this->isDead()) {
97 $record->isDead();
272 if (!$individual->isDead()) {
80 if ($tag === 'DEAT' || Date::compare($date, $death_date) <= 0 || !$record->isDead()) {
149 if ($individual->isDead()) {
1122 ($husb->getAllDeathDates() || !$husb->isDead()) &&1123 ($wife->getAllDeathDates() || !$wife->isDead())