/webtrees/app/Contracts/ |
H A D | XrefFactoryInterface.php | 34 public function make(string $record_type): string; function
|
H A D | SlugFactoryInterface.php | 34 public function make(GedcomRecord $record): string; function
|
H A D | CalendarDateFactoryInterface.php | 36 public function make(string $date): AbstractCalendarDate; function
|
H A D | EncodingFactoryInterface.php | 41 public function make(string $name): EncodingInterface; function
|
H A D | ElementFactoryInterface.php | 34 public function make(string $tag): ElementInterface; function
|
H A D | TimestampFactoryInterface.php | 33 public function make(int $timestamp, UserInterface|null $user = null): TimestampInterface; function
|
H A D | SourceFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null; function
|
H A D | HeaderFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null; function
|
H A D | LocationFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null; function
|
H A D | SubmitterFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null; function
|
H A D | GedcomRecordFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): GedcomRecord|null; function
|
H A D | RepositoryFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Repository|null; function
|
H A D | SharedNoteFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): SharedNote|null; function
|
H A D | FamilyFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Family|null; function
|
H A D | SubmissionFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submission|null; function
|
H A D | MediaFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Media|null; function
|
H A D | NoteFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Note|null; function
|
H A D | IndividualFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Individual|null; function
|
H A D | SurnameTraditionFactoryInterface.php | 53 public function make(string $name): SurnameTraditionInterface; function
|
/webtrees/app/Factories/ |
H A D | XrefFactory.php | 38 public function make(string $record_type): string function in Fisharebest\\Webtrees\\Factories\\XrefFactory
|
H A D | SlugFactory.php | 55 public function make(GedcomRecord $record): string function in Fisharebest\\Webtrees\\Factories\\SlugFactory
|
H A D | CalendarDateFactory.php | 46 public function make(string $date): AbstractCalendarDate function in Fisharebest\\Webtrees\\Factories\\CalendarDateFactory
|
H A D | ElementFactory.php | 45 public function make(string $tag): ElementInterface function in Fisharebest\\Webtrees\\Factories\\ElementFactory
|
H A D | SurnameTraditionFactory.php | 77 public function make(string $name): SurnameTraditionInterface function in Fisharebest\\Webtrees\\Factories\\SurnameTraditionFactory
|
H A D | TimestampFactory.php | 46 public function make(int $timestamp, UserInterface|null $user = null): TimestampInterface function in Fisharebest\\Webtrees\\Factories\\TimestampFactory
|