Home
last modified time | relevance | path

Searched refs:lastChangeTimestamp (Results 1 – 10 of 10) sorted by relevance

/webtrees/resources/views/lists/
H A Drepositories-table.phtml74 <td data-sort="<?= $repository->lastChangeTimestamp()->timestamp() ?>">
75 … <?= view('components/datetime', ['timestamp' => $repository->lastChangeTimestamp()]) ?>
H A Dlocations-table.phtml93 <td data-sort="<?= $location->lastChangeTimestamp()->timestamp() ?>">
94 … <?= view('components/datetime', ['timestamp' => $location->lastChangeTimestamp()]) ?>
H A Dsubmitters-table.phtml93 <td data-sort="<?= $submitter->lastChangeTimestamp()->timestamp() ?>">
94 … <?= view('components/datetime', ['timestamp' => $submitter->lastChangeTimestamp()]) ?>
H A Dmedia-table.phtml121 <td data-sort="<?= $media_object->lastChangeTimestamp()->timestamp() ?>">
122 … <?= view('components/datetime', ['timestamp' => $media_object->lastChangeTimestamp()]) ?>
H A Dnotes-table.phtml131 <td data-sort="<?= $note->lastChangeTimestamp()->timestamp() ?>">
132 … <?= view('components/datetime', ['timestamp' => $note->lastChangeTimestamp()]) ?>
H A Dsources-table.phtml154 <td data-sort="<?= $source->lastChangeTimestamp()->timestamp() ?>">
155 … <?= view('components/datetime', ['timestamp' => $source->lastChangeTimestamp()]) ?>
H A Dfamilies-table.phtml257 <td data-sort="<?= $family->lastChangeTimestamp()->timestamp() ?>">
258 … <?= view('components/datetime', ['timestamp' => $family->lastChangeTimestamp()]) ?>
H A Dindividuals-table.phtml287 <td data-sort="<?= $individual->lastChangeTimestamp()->timestamp() ?>">
288 … <?= view('components/datetime', ['timestamp' => $individual->lastChangeTimestamp()]) ?>
/webtrees/app/
H A DGedcomRecord.php156 …cord $x, GedcomRecord $y): int => $direction * ($x->lastChangeTimestamp() <=> $y->lastChangeTimest…
704 public function lastChangeTimestamp(): TimestampInterface function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/app/Module/
H A DRecentChangesModule.php360 'time' => $record->lastChangeTimestamp(),