Home
last modified time | relevance | path

Searched refs:getEstimatedDeathDate (Results 1 – 5 of 5) sorted by relevance

/webtrees/resources/views/lists/
H A Dindividuals-table.phtml258 <td data-sort="<?= $individual->getEstimatedDeathDate()->julianDay() ?>">
263 … if ($death_dates === [] && $show_estimated_dates && $individual->getEstimatedDeathDate()->minimum…
264 <?= $individual->getEstimatedDeathDate()->display($tree, null, true) ?>
269 … <td class="text-center" data-sort="<?= - $individual->getEstimatedDeathDate()->julianDay() ?>">
307 …<?php if ($individual->getEstimatedDeathDate()->maximumJulianDay() > $hundred_years_ago && $indivi…
/webtrees/app/Module/
H A DLifespansChartModule.php287 if ($item->getEstimatedDeathDate()->isOK()) {
288 return max($carry, $item->getEstimatedDeathDate()->maximumJulianDay());
439 $death_jd = $individual->getEstimatedDeathDate()->maximumJulianDay();
H A DModuleHistoricEventsTrait.php49 $max_date = $individual->getEstimatedDeathDate();
/webtrees/app/
H A DIndividual.php71 …idual $x, Individual $y): int => Date::compare($x->getEstimatedDeathDate(), $y->getEstimatedDeathD…
621 public function getEstimatedDeathDate(): Date function in Fisharebest\\Webtrees\\Individual
/webtrees/app/Services/
H A DIndividualFactsService.php141 $max_date = $individual->getEstimatedDeathDate();