Home
last modified time | relevance | path

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

12

/webtrees/app/Factories/
H A DGedcomRecordFactory.php49 public function make(string $xref, Tree $tree, string|null $gedcom = null): GedcomRecord|null
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,…
185 private function extractType(string $gedcom): string
202 private function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\GedcomRecordFactory
H A DHeaderFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\HeaderFactory
H A DIndividualFactory.php47 public function make(string $xref, Tree $tree, string|null $gedcom = null): Individual|null
85 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual
98 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\IndividualFactory
H A DNoteFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Note|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\NoteFactory
H A DSubmitterFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\SubmitterFactory
H A DSharedNoteFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): SharedNote|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\SharedNoteFactory
H A DSubmissionFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submission|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\SubmissionFactory
H A DMediaFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Media|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\MediaFactory
H A DSourceFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\SourceFactory
H A DLocationFactory.php41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location
93 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\LocationFactory
H A DFamilyFactory.php48 public function make(string $xref, Tree $tree, string|null $gedcom = null): Family|null
95 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family
108 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\FamilyFactory
H A DRepositoryFactory.php42 public function make(string $xref, Tree $tree, string|null $gedcom = null): Repository|null
86 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository
99 protected function gedcom(string $xref, Tree $tree): string|null function in Fisharebest\\Webtrees\\Factories\\RepositoryFactory
/webtrees/app/Http/Middleware/
H A DRegisterGedcomTags.php34 private Gedcom $gedcom; variable in Fisharebest\\Webtrees\\Http\\Middleware\\RegisterGedcomTags
39 public function __construct(Gedcom $gedcom)
/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;

12