/webtrees/app/Contracts/ |
H A D | SourceFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source; function
|
H A D | HeaderFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header; function
|
H A D | LocationFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location; function
|
H A D | SubmitterFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter; function
|
H A D | GedcomRecordFactoryInterface.php | 47 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord; function
|
H A D | RepositoryFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository; function
|
H A D | SharedNoteFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote; function
|
H A D | FamilyFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family; function
|
H A D | SubmissionFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission; function
|
H A D | MediaFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media; function
|
H A D | NoteFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note; function
|
H A D | IndividualFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual; function
|
/webtrees/app/Factories/ |
H A D | HeaderFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header function in Fisharebest\\Webtrees\\Factories\\HeaderFactory
|
H A D | IndividualFactory.php | 85 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual function in Fisharebest\\Webtrees\\Factories\\IndividualFactory
|
H A D | NoteFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note function in Fisharebest\\Webtrees\\Factories\\NoteFactory
|
H A D | SubmitterFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter function in Fisharebest\\Webtrees\\Factories\\SubmitterFactory
|
H A D | SharedNoteFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote function in Fisharebest\\Webtrees\\Factories\\SharedNoteFactory
|
H A D | SubmissionFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission function in Fisharebest\\Webtrees\\Factories\\SubmissionFactory
|
H A D | MediaFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media function in Fisharebest\\Webtrees\\Factories\\MediaFactory
|
H A D | SourceFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source function in Fisharebest\\Webtrees\\Factories\\SourceFactory
|
H A D | LocationFactory.php | 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location function in Fisharebest\\Webtrees\\Factories\\LocationFactory
|
H A D | FamilyFactory.php | 95 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family function in Fisharebest\\Webtrees\\Factories\\FamilyFactory
|
H A D | RepositoryFactory.php | 86 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository function in Fisharebest\\Webtrees\\Factories\\RepositoryFactory
|
H A D | GedcomRecordFactory.php | 116 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord function in Fisharebest\\Webtrees\\Factories\\GedcomRecordFactory
|
/webtrees/app/ |
H A D | View.php | 219 public static function registerCustomView(string $old, string $new): void
|