Searched refs:SourceFactoryInterface (Results 1 – 3 of 3) sorted by relevance
43 use Fisharebest\Webtrees\Contracts\SourceFactoryInterface; alias98 private static SourceFactoryInterface $source_factory;451 * @param SourceFactoryInterface|null $factory453 * @return SourceFactoryInterface455 …public static function sourceFactory(SourceFactoryInterface|null $factory = null): SourceFactoryIn…457 if ($factory instanceof SourceFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\SourceFactoryInterface; alias34 class SourceFactory extends AbstractGedcomRecordFactory implements SourceFactoryInterface
29 interface SourceFactoryInterface extends GedcomRecordFactoryInterface interface