Searched refs:NoteFactoryInterface (Results 1 – 3 of 3) sorted by relevance
37 use Fisharebest\Webtrees\Contracts\NoteFactoryInterface; alias86 private static NoteFactoryInterface $note_factory;355 * @param NoteFactoryInterface|null $factory357 * @return NoteFactoryInterface359 …public static function noteFactory(NoteFactoryInterface|null $factory = null): NoteFactoryInterface361 if ($factory instanceof NoteFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\NoteFactoryInterface; alias34 class NoteFactory extends AbstractGedcomRecordFactory implements NoteFactoryInterface
29 interface NoteFactoryInterface extends GedcomRecordFactoryInterface interface