/webtrees/app/Factories/ |
H A D | HeaderFactory.php | 41 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 D | IndividualFactory.php | 47 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 D | NoteFactory.php | 41 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 D | SubmitterFactory.php | 41 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 D | SharedNoteFactory.php | 41 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 D | SubmissionFactory.php | 41 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 D | MediaFactory.php | 41 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 D | SourceFactory.php | 41 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 D | LocationFactory.php | 41 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 D | FamilyFactory.php | 48 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 D | RepositoryFactory.php | 42 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 D | GedcomRecordFactory.php | 49 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 D | SourceFactoryInterface.php | 34 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 D | HeaderFactoryInterface.php | 34 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 D | LocationFactoryInterface.php | 34 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 D | SubmitterFactoryInterface.php | 34 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 D | GedcomRecordFactoryInterface.php | 34 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 D | RepositoryFactoryInterface.php | 34 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 D | SharedNoteFactoryInterface.php | 34 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 D | FamilyFactoryInterface.php | 34 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 D | SubmissionFactoryInterface.php | 34 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 D | MediaFactoryInterface.php | 34 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 D | NoteFactoryInterface.php | 34 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 D | IndividualFactoryInterface.php | 34 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 D | GedcomImportService.php | 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 658 private function updateNames(string $xref, int $ged_id, Individual $record): void
|