Home
last modified time | relevance | path

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

/webtrees/app/Factories/
H A DGedcomRecordFactory.php101 return $this->newGedcomRecord($type, $xref, $gedcom ?? '', $pending, $tree);
142 …private function newGedcomRecord(string $type, string $xref, string $gedcom, string|null $pending,… function in Fisharebest\\Webtrees\\Factories\\GedcomRecordFactory