Searched refs:getDeathDate (Results 1 – 8 of 8) sorted by relevance
24 …nt->getBirthDate(), $birth_date), 'died' => $parent->getDeathDate()->isOK() && $parent->getDeathDa…26 …nt->getBirthDate(), $birth_date), 'died' => $parent->getDeathDate()->isOK() && $parent->getDeathDa…
18 <?php if ($record->getBirthDate()->isOK() || $record->getDeathDate()->isOK()) : ?>
49 … $child->getBirthDate()->minimumJulianDay() !== $child->getDeathDate()->minimumJulianDay() &&50 $child->getDeathDate()->isOK() &&51 Date::compare($child->getDeathDate(), $this->date()) < 0)
168 …return $individual->getDeathDate()->isOK() && Date::compare($individual->getDeathDate(), $this->da…
49 … $child->getBirthDate()->minimumJulianDay() !== $child->getDeathDate()->minimumJulianDay())
49 $death = $child->getDeathDate();
392 public function getDeathDate(): Date function in Fisharebest\\Webtrees\\Individual434 $death_date = "\u{2068}" . strip_tags($this->getDeathDate()->display()) . "\u{2069}";438 $death_year = $this->getDeathDate()->maximumDate()->format('%Y');545 $tmp = $this->getDeathDate();
151 $age = (string) new Age($individual->getBirthDate(), $individual->getDeathDate());200 $death_date = $individual->getDeathDate();