Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php41 use Fisharebest\Webtrees\Contracts\SharedNoteFactoryInterface; alias
94 private static SharedNoteFactoryInterface $shared_note_factory;
419 * @param SharedNoteFactoryInterface|null $factory
421 * @return SharedNoteFactoryInterface
423 …lic static function sharedNoteFactory(SharedNoteFactoryInterface|null $factory = null): SharedNote…
425 if ($factory instanceof SharedNoteFactoryInterface) {
/webtrees/app/Factories/
H A DSharedNoteFactory.php23 use Fisharebest\Webtrees\Contracts\SharedNoteFactoryInterface; alias
34 class SharedNoteFactory extends AbstractGedcomRecordFactory implements SharedNoteFactoryInterface
/webtrees/app/Contracts/
H A DSharedNoteFactoryInterface.php29 interface SharedNoteFactoryInterface extends GedcomRecordFactoryInterface interface