Searched refs:HeaderFactoryInterface (Results 1 – 3 of 3) sorted by relevance
30 use Fisharebest\Webtrees\Contracts\HeaderFactoryInterface; alias72 private static HeaderFactoryInterface $header_factory;243 * @param HeaderFactoryInterface|null $factory245 * @return HeaderFactoryInterface247 …public static function headerFactory(HeaderFactoryInterface|null $factory = null): HeaderFactoryIn…249 if ($factory instanceof HeaderFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\HeaderFactoryInterface; alias34 class HeaderFactory extends AbstractGedcomRecordFactory implements HeaderFactoryInterface
29 interface HeaderFactoryInterface extends GedcomRecordFactoryInterface interface