Home
last modified time | relevance | path

Searched defs:pending (Results 1 – 25 of 27) sorted by relevance

12

/webtrees/app/Factories/
H A DGedcomRecordFactory.php92 $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 DHeaderFactory.php45 $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 DIndividualFactory.php51 $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 DNoteFactory.php45 $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 DSubmitterFactory.php45 $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 DSharedNoteFactory.php45 $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 DSubmissionFactory.php45 $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 DMediaFactory.php45 $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 DSourceFactory.php45 $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 DLocationFactory.php45 $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 DFamilyFactory.php52 $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 DRepositoryFactory.php46 $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 DSourceFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source;
H A DHeaderFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header;
H A DLocationFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location;
H A DSubmitterFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter;
H A DGedcomRecordFactoryInterface.php47 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord;
H A DRepositoryFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository;
H A DSharedNoteFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote;
H A DFamilyFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family;
H A DSubmissionFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission;
H A DMediaFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media;
H A DNoteFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note;
H A DIndividualFactoryInterface.php56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual;
/webtrees/app/
H A DFamily.php50 public function __construct(string $xref, string $gedcom, string|null $pending, Tree $tree)

12