Searched refs:lastChangeTimestamp (Results 1 – 10 of 10) sorted by relevance
/webtrees/resources/views/lists/ |
H A D | repositories-table.phtml | 74 <td data-sort="<?= $repository->lastChangeTimestamp()->timestamp() ?>"> 75 … <?= view('components/datetime', ['timestamp' => $repository->lastChangeTimestamp()]) ?>
|
H A D | locations-table.phtml | 93 <td data-sort="<?= $location->lastChangeTimestamp()->timestamp() ?>"> 94 … <?= view('components/datetime', ['timestamp' => $location->lastChangeTimestamp()]) ?>
|
H A D | submitters-table.phtml | 93 <td data-sort="<?= $submitter->lastChangeTimestamp()->timestamp() ?>"> 94 … <?= view('components/datetime', ['timestamp' => $submitter->lastChangeTimestamp()]) ?>
|
H A D | media-table.phtml | 121 <td data-sort="<?= $media_object->lastChangeTimestamp()->timestamp() ?>"> 122 … <?= view('components/datetime', ['timestamp' => $media_object->lastChangeTimestamp()]) ?>
|
H A D | notes-table.phtml | 131 <td data-sort="<?= $note->lastChangeTimestamp()->timestamp() ?>"> 132 … <?= view('components/datetime', ['timestamp' => $note->lastChangeTimestamp()]) ?>
|
H A D | sources-table.phtml | 154 <td data-sort="<?= $source->lastChangeTimestamp()->timestamp() ?>"> 155 … <?= view('components/datetime', ['timestamp' => $source->lastChangeTimestamp()]) ?>
|
H A D | families-table.phtml | 257 <td data-sort="<?= $family->lastChangeTimestamp()->timestamp() ?>"> 258 … <?= view('components/datetime', ['timestamp' => $family->lastChangeTimestamp()]) ?>
|
H A D | individuals-table.phtml | 287 <td data-sort="<?= $individual->lastChangeTimestamp()->timestamp() ?>"> 288 … <?= view('components/datetime', ['timestamp' => $individual->lastChangeTimestamp()]) ?>
|
/webtrees/app/ |
H A D | GedcomRecord.php | 156 …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 D | RecentChangesModule.php | 360 'time' => $record->lastChangeTimestamp(),
|