$individuals * @var bool $sosa * @var Tree $tree */ // lists require a unique ID in case there are multiple lists per page $table_id = Registry::idFactory()->id(); $today_jd = Registry::timestampFactory()->now()->julianDay(); $hundred_years_ago = Registry::timestampFactory()->now()->subtractYears(100)->julianDay(); $show_estimated_dates = (bool) $tree->getPreference('SHOW_EST_LIST_DATES'); $today = new Date(strtoupper(date('d M Y'))); $module = app(ModuleService::class) ->findByComponent(ModuleChartInterface::class, $tree, Auth::user()) ->first(static function (ModuleInterface $module) { return $module instanceof RelationshipsChartModule; }); ?>
> $individual) : ?> getEstimatedBirthDate(); ?> getAllDeathDates() ?>
getAllNames() as $num => $name) : ?>
getPrimaryName()) : ?> $individual->sex()]) ?>
$individual]) ?>
getAllBirthDates(); ?>
display($tree, null, true) ?>
display($tree, null, true) ?>
ageYearsString() ?> getAllBirthPlaces() as $birth_place) : ?>
shortName(true) ?>
numberOfChildren()) ?> $death_date) : ?>
display($tree, null, true) ?>
getEstimatedDeathDate()->minimumDate()->minimumJulianDay() < $today_jd) : ?> getEstimatedDeathDate()->display($tree, null, true) ?>
ageYearsString() ?> ageYearsString() ?> getAllDeathPlaces() as $death_place) : ?>
shortName(true) ?>
$individual->lastChangeTimestamp()]) ?>