Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DGedcomImportService.php334 $this->updateNames($xref, $tree_id, $record);
658 private function updateNames(string $xref, int $ged_id, Individual $record): void function in Fisharebest\\Webtrees\\Services\\GedcomImportService