Searched refs:RepositoryFactoryInterface (Results 1 – 3 of 3) sorted by relevance
38 use Fisharebest\Webtrees\Contracts\RepositoryFactoryInterface; alias88 private static RepositoryFactoryInterface $repository_factory;371 * @param RepositoryFactoryInterface|null $factory373 * @return RepositoryFactoryInterface375 …lic static function repositoryFactory(RepositoryFactoryInterface|null $factory = null): Repository…377 if ($factory instanceof RepositoryFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\RepositoryFactoryInterface; alias35 class RepositoryFactory extends AbstractGedcomRecordFactory implements RepositoryFactoryInterface
29 interface RepositoryFactoryInterface extends GedcomRecordFactoryInterface interface