Home
last modified time | relevance | path

Searched defs:xref (Results 1 – 25 of 38) sorted by relevance

12

/webtrees/app/Factories/
H A DHeaderFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\HeaderFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DIndividualFactory.php47 public function make(string $xref, Tree $tree, string|null $gedcom = null): Individual|null
56 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\IndividualFactory
85 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual
98 protected function gedcom(string $xref, Tree $tree): string|null
H A DNoteFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Note|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\NoteFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DSubmitterFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\SubmitterFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DSharedNoteFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): SharedNote|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\SharedNoteFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DSubmissionFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submission|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\SubmissionFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DMediaFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Media|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\MediaFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DSourceFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\SourceFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DLocationFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null
51 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\LocationFactory
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location
93 protected function gedcom(string $xref, Tree $tree): string|null
H A DFamilyFactory.php48 public function make(string $xref, Tree $tree, string|null $gedcom = null): Family|null
58 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\FamilyFactory
95 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family
108 protected function gedcom(string $xref, Tree $tree): string|null
H A DRepositoryFactory.php42 public function make(string $xref, Tree $tree, string|null $gedcom = null): Repository|null
52 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\RepositoryFactory
86 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository
99 protected function gedcom(string $xref, Tree $tree): string|null
H A DGedcomRecordFactory.php49 public function make(string $xref, Tree $tree, string|null $gedcom = null): GedcomRecord|null
98 $xref = $this->extractXref($gedcom ?? $pending, $xref); variable in Fisharebest\\Webtrees\\Factories\\GedcomRecordFactory
116 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord
142 …private function newGedcomRecord(string $type, string $xref, string $gedcom, string|null $pending,…
202 private function gedcom(string $xref, Tree $tree): string|null
/webtrees/app/Contracts/
H A DSourceFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source;
H A DHeaderFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header;
H A DLocationFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location;
H A DSubmitterFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter;
H A DGedcomRecordFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): GedcomRecord|null;
47 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord;
H A DRepositoryFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Repository|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository;
H A DSharedNoteFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): SharedNote|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote;
H A DFamilyFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Family|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family;
H A DSubmissionFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submission|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission;
H A DMediaFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Media|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media;
H A DNoteFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Note|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note;
H A DIndividualFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Individual|null;
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual;
/webtrees/app/Services/
H A DGedcomImportService.php532 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
658 private function updateNames(string $xref, int $ged_id, Individual $record): void

12