Home
last modified time | relevance | path

Searched defs:gedrec (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Services/
H A DGedcomImportService.php236 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 DDeleteRecord.php117 private function removeLinks(string $gedrec, string $xref): string
/webtrees/app/Report/
H A DReportParserGenerate.php140 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