Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php37 use Fisharebest\Webtrees\Contracts\NoteFactoryInterface; alias
86 private static NoteFactoryInterface $note_factory;
355 * @param NoteFactoryInterface|null $factory
357 * @return NoteFactoryInterface
359 …public static function noteFactory(NoteFactoryInterface|null $factory = null): NoteFactoryInterface
361 if ($factory instanceof NoteFactoryInterface) {
/webtrees/app/Factories/
H A DNoteFactory.php23 use Fisharebest\Webtrees\Contracts\NoteFactoryInterface; alias
34 class NoteFactory extends AbstractGedcomRecordFactory implements NoteFactoryInterface
/webtrees/app/Contracts/
H A DNoteFactoryInterface.php29 interface NoteFactoryInterface extends GedcomRecordFactoryInterface interface