Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DRegistry.php119 public static function cache(CacheFactoryInterface|null $factory = null): CacheFactoryInterface
135 …alendarDateFactory(CalendarDateFactoryInterface|null $factory = null): CalendarDateFactoryInterface
167 …atic function elementFactory(ElementFactoryInterface|null $factory = null): ElementFactoryInterface
183 …c function encodingFactory(EncodingFactoryInterface|null $factory = null): EncodingFactoryInterface
199 … static function familyFactory(FamilyFactoryInterface|null $factory = null): FamilyFactoryInterface
215 …ic function filesystem(FilesystemFactoryInterface|null $factory = null): FilesystemFactoryInterface
231 …edcomRecordFactory(GedcomRecordFactoryInterface|null $factory = null): GedcomRecordFactoryInterface
247 … static function headerFactory(HeaderFactoryInterface|null $factory = null): HeaderFactoryInterface
263 public static function idFactory(IdFactoryInterface|null $factory = null): IdFactoryInterface
279 …lic static function imageFactory(ImageFactoryInterface|null $factory = null): ImageFactoryInterface
[all …]
/webtrees/app/Elements/
H A DAbstractXrefElement.php67 …otected function valueXrefLink(string $value, Tree $tree, GedcomRecordFactoryInterface $factory): …