Home
last modified time | relevance | path

Searched refs:RepositoryFactoryInterface (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DRegistry.php38 use Fisharebest\Webtrees\Contracts\RepositoryFactoryInterface; alias
88 private static RepositoryFactoryInterface $repository_factory;
371 * @param RepositoryFactoryInterface|null $factory
373 * @return RepositoryFactoryInterface
375 …lic static function repositoryFactory(RepositoryFactoryInterface|null $factory = null): Repository…
377 if ($factory instanceof RepositoryFactoryInterface) {
/webtrees/app/Factories/
H A DRepositoryFactory.php23 use Fisharebest\Webtrees\Contracts\RepositoryFactoryInterface; alias
35 class RepositoryFactory extends AbstractGedcomRecordFactory implements RepositoryFactoryInterface
/webtrees/app/Contracts/
H A DRepositoryFactoryInterface.php29 interface RepositoryFactoryInterface extends GedcomRecordFactoryInterface interface