Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php43 use Fisharebest\Webtrees\Contracts\SourceFactoryInterface; alias
98 private static SourceFactoryInterface $source_factory;
451 * @param SourceFactoryInterface|null $factory
453 * @return SourceFactoryInterface
455 …public static function sourceFactory(SourceFactoryInterface|null $factory = null): SourceFactoryIn…
457 if ($factory instanceof SourceFactoryInterface) {
/webtrees/app/Factories/
H A DSourceFactory.php23 use Fisharebest\Webtrees\Contracts\SourceFactoryInterface; alias
34 class SourceFactory extends AbstractGedcomRecordFactory implements SourceFactoryInterface
/webtrees/app/Contracts/
H A DSourceFactoryInterface.php29 interface SourceFactoryInterface extends GedcomRecordFactoryInterface interface