Searched defs:gedrec (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Services/ |
H A D | GedcomImportService.php | 236 public function importRecord(string $gedrec, Tree $tree, bool $update): void 532 public function updatePlaces(string $xref, Tree $tree, string $gedrec): void 574 private function updateDates(string $xref, int $ged_id, string $gedrec): void 626 private function updateLinks(string $xref, int $ged_id, string $gedrec): void 843 public function updateRecord(string $gedrec, Tree $tree, bool $delete): void
|
/webtrees/app/Http/RequestHandlers/ |
H A D | DeleteRecord.php | 117 private function removeLinks(string $gedrec, string $xref): string
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 140 private string $gedrec = ''; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate 228 … public static function getSubRecord(int $level, string $tag, string $gedrec, int $num = 1): string 2749 private function getGedcomValue(string $tag, int $level, string $gedrec): string
|