Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 26) sorted by relevance

12

/webtrees/app/Contracts/
H A DSourceFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source; function
H A DHeaderFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header; function
H A DLocationFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location; function
H A DSubmitterFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter; function
H A DGedcomRecordFactoryInterface.php47 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord; function
H A DRepositoryFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository; function
H A DSharedNoteFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote; function
H A DFamilyFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family; function
H A DSubmissionFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission; function
H A DMediaFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media; function
H A DNoteFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note; function
H A DIndividualFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual; function
/webtrees/app/Factories/
H A DHeaderFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header function in Fisharebest\\Webtrees\\Factories\\HeaderFactory
H A DIndividualFactory.php85 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual function in Fisharebest\\Webtrees\\Factories\\IndividualFactory
H A DNoteFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note function in Fisharebest\\Webtrees\\Factories\\NoteFactory
H A DSubmitterFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter function in Fisharebest\\Webtrees\\Factories\\SubmitterFactory
H A DSharedNoteFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote function in Fisharebest\\Webtrees\\Factories\\SharedNoteFactory
H A DSubmissionFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission function in Fisharebest\\Webtrees\\Factories\\SubmissionFactory
H A DMediaFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media function in Fisharebest\\Webtrees\\Factories\\MediaFactory
H A DSourceFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source function in Fisharebest\\Webtrees\\Factories\\SourceFactory
H A DLocationFactory.php80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location function in Fisharebest\\Webtrees\\Factories\\LocationFactory
H A DFamilyFactory.php95 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family function in Fisharebest\\Webtrees\\Factories\\FamilyFactory
H A DRepositoryFactory.php86 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository function in Fisharebest\\Webtrees\\Factories\\RepositoryFactory
H A DGedcomRecordFactory.php116 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord function in Fisharebest\\Webtrees\\Factories\\GedcomRecordFactory
/webtrees/app/
H A DView.php219 public static function registerCustomView(string $old, string $new): void

12