Searched refs:SharedNoteFactoryInterface (Results 1 – 3 of 3) sorted by relevance
41 use Fisharebest\Webtrees\Contracts\SharedNoteFactoryInterface; alias94 private static SharedNoteFactoryInterface $shared_note_factory;419 * @param SharedNoteFactoryInterface|null $factory421 * @return SharedNoteFactoryInterface423 …lic static function sharedNoteFactory(SharedNoteFactoryInterface|null $factory = null): SharedNote…425 if ($factory instanceof SharedNoteFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\SharedNoteFactoryInterface; alias34 class SharedNoteFactory extends AbstractGedcomRecordFactory implements SharedNoteFactoryInterface
29 interface SharedNoteFactoryInterface extends GedcomRecordFactoryInterface interface