/webtrees/app/Statistics/Repository/ |
H A D | EventRepository.php | 255 $record = Registry::gedcomRecordFactory()->make($row->id, $this->tree); 376 $record = Registry::gedcomRecordFactory()->make($row->id, $this->tree); 414 $record = Registry::gedcomRecordFactory()->make($row->id, $this->tree);
|
H A D | FamilyDatesRepository.php | 110 $record = Registry::gedcomRecordFactory()->make($row->id, $this->tree); 287 $record = Registry::gedcomRecordFactory()->make($row->id, $this->tree); 374 $record = Registry::gedcomRecordFactory()->make($row->id, $this->tree);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | MergeRecordsAction.php | 48 $record1 = Registry::gedcomRecordFactory()->make($xref1, $tree); 49 $record2 = Registry::gedcomRecordFactory()->make($xref2, $tree);
|
H A D | MergeFactsPage.php | 55 $record1 = Registry::gedcomRecordFactory()->make($xref1, $tree); 56 $record2 = Registry::gedcomRecordFactory()->make($xref2, $tree);
|
H A D | MergeRecordsPage.php | 62 $record1 = Registry::gedcomRecordFactory()->make($xref1, $tree); 63 $record2 = Registry::gedcomRecordFactory()->make($xref2, $tree);
|
H A D | PendingChangesLogData.php | 102 $record = Registry::gedcomRecordFactory()->make($row->xref, $tree); 117 $record = Registry::gedcomRecordFactory()->make($match[1], $tree);
|
H A D | DeleteRecord.php | 67 $record = Registry::gedcomRecordFactory()->make($xref, $tree); 87 $relict = Registry::gedcomRecordFactory()->make($match[2][0], $tree);
|
H A D | MergeFactsAction.php | 71 $record1 = Registry::gedcomRecordFactory()->make($xref1, $tree); 72 $record2 = Registry::gedcomRecordFactory()->make($xref2, $tree);
|
H A D | SearchQuickAction.php | 51 $record = Registry::gedcomRecordFactory()->make($query, $tree);
|
H A D | PendingChangesRejectChange.php | 56 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | PendingChangesAcceptChange.php | 56 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | DeleteFact.php | 48 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | LinkMediaToRecordAction.php | 48 $record = Registry::gedcomRecordFactory()->make($link, $tree);
|
H A D | EditRawRecordPage.php | 49 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | PasteFact.php | 59 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | PendingChangesRejectRecord.php | 58 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | PendingChangesAcceptRecord.php | 58 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | RedirectGedRecordPhp.php | 51 $record = Registry::gedcomRecordFactory()->make($pid, $tree);
|
H A D | EditRawFactAction.php | 47 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | CopyFact.php | 61 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
H A D | DataFixUpdate.php | 64 $record = Registry::gedcomRecordFactory()->make($xref, $tree);
|
/webtrees/app/Services/ |
H A D | DataFixService.php | 74 return Registry::gedcomRecordFactory()->make($xref, $tree); 112 $record = Registry::gedcomRecordFactory()->make($match[0], $tree);
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 698 $tmp = Registry::gedcomRecordFactory()->make($attrs['id'], $this->tree); 709 $tmp = Registry::gedcomRecordFactory()->make($match[1], $this->tree); 716 … $tmp = Registry::gedcomRecordFactory()->make($gmatch[1], $this->tree); 976 $record = Registry::gedcomRecordFactory()->make($id, $this->tree); 1139 … $linked_object = Registry::gedcomRecordFactory()->make($xref_match[1], $this->tree); 1328 $record = Registry::gedcomRecordFactory()->make($id, $this->tree); 1611 $record = Registry::gedcomRecordFactory()->make($id, $this->tree); 1902 …->map(fn (object $row): GedcomRecord|null => Registry::gedcomRecordFactory()->make($row->xref, $th… 2546 $tmp = Registry::gedcomRecordFactory()->make((string) $xref, $this->tree);
|
/webtrees/app/ |
H A D | Tree.php | 383 $record = Registry::gedcomRecordFactory()->new($xref, $gedcom, null, $this); 391 return Registry::gedcomRecordFactory()->new($xref, '', $gedcom, $this);
|
/webtrees/app/CommonMark/ |
H A D | XrefParser.php | 64 $record = Registry::gedcomRecordFactory()->make($xref, $this->tree);
|