Home
last modified time | relevance | path

Searched defs:make (Results 1 – 25 of 40) sorted by relevance

12

/webtrees/app/Contracts/
H A DXrefFactoryInterface.php34 public function make(string $record_type): string; function
H A DSlugFactoryInterface.php34 public function make(GedcomRecord $record): string; function
H A DCalendarDateFactoryInterface.php36 public function make(string $date): AbstractCalendarDate; function
H A DEncodingFactoryInterface.php41 public function make(string $name): EncodingInterface; function
H A DElementFactoryInterface.php34 public function make(string $tag): ElementInterface; function
H A DTimestampFactoryInterface.php33 public function make(int $timestamp, UserInterface|null $user = null): TimestampInterface; function
H A DSourceFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null; function
H A DHeaderFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null; function
H A DLocationFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null; function
H A DSubmitterFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null; function
H A DGedcomRecordFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): GedcomRecord|null; function
H A DRepositoryFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Repository|null; function
H A DSharedNoteFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): SharedNote|null; function
H A DFamilyFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Family|null; function
H A DSubmissionFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submission|null; function
H A DMediaFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Media|null; function
H A DNoteFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Note|null; function
H A DIndividualFactoryInterface.php34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Individual|null; function
H A DSurnameTraditionFactoryInterface.php53 public function make(string $name): SurnameTraditionInterface; function
/webtrees/app/Factories/
H A DXrefFactory.php38 public function make(string $record_type): string function in Fisharebest\\Webtrees\\Factories\\XrefFactory
H A DSlugFactory.php55 public function make(GedcomRecord $record): string function in Fisharebest\\Webtrees\\Factories\\SlugFactory
H A DCalendarDateFactory.php46 public function make(string $date): AbstractCalendarDate function in Fisharebest\\Webtrees\\Factories\\CalendarDateFactory
H A DElementFactory.php45 public function make(string $tag): ElementInterface function in Fisharebest\\Webtrees\\Factories\\ElementFactory
H A DSurnameTraditionFactory.php77 public function make(string $name): SurnameTraditionInterface function in Fisharebest\\Webtrees\\Factories\\SurnameTraditionFactory
H A DTimestampFactory.php46 public function make(int $timestamp, UserInterface|null $user = null): TimestampInterface function in Fisharebest\\Webtrees\\Factories\\TimestampFactory

12