/webtrees/app/Factories/ |
H A D | GedcomRecordFactory.php | 92 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\GedcomRecordFactory 116 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord 142 …mRecord(string $type, string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord
|
H A D | HeaderFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\HeaderFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header
|
H A D | IndividualFactory.php | 51 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\IndividualFactory 85 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual
|
H A D | NoteFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\NoteFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note
|
H A D | SubmitterFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\SubmitterFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter
|
H A D | SharedNoteFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\SharedNoteFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote
|
H A D | SubmissionFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\SubmissionFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission
|
H A D | MediaFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\MediaFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media
|
H A D | SourceFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\SourceFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source
|
H A D | LocationFactory.php | 45 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\LocationFactory 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location
|
H A D | FamilyFactory.php | 52 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\FamilyFactory 95 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family
|
H A D | RepositoryFactory.php | 46 $pending = $this->pendingChanges($tree)->get($xref); variable in Fisharebest\\Webtrees\\Factories\\RepositoryFactory 86 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository
|
/webtrees/app/Contracts/ |
H A D | SourceFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source;
|
H A D | HeaderFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header;
|
H A D | LocationFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location;
|
H A D | SubmitterFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter;
|
H A D | GedcomRecordFactoryInterface.php | 47 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord;
|
H A D | RepositoryFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository;
|
H A D | SharedNoteFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote;
|
H A D | FamilyFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family;
|
H A D | SubmissionFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission;
|
H A D | MediaFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media;
|
H A D | NoteFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note;
|
H A D | IndividualFactoryInterface.php | 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual;
|
/webtrees/app/ |
H A D | Family.php | 50 public function __construct(string $xref, string $gedcom, string|null $pending, Tree $tree)
|