Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php30 use Fisharebest\Webtrees\Contracts\HeaderFactoryInterface; alias
72 private static HeaderFactoryInterface $header_factory;
243 * @param HeaderFactoryInterface|null $factory
245 * @return HeaderFactoryInterface
247 …public static function headerFactory(HeaderFactoryInterface|null $factory = null): HeaderFactoryIn…
249 if ($factory instanceof HeaderFactoryInterface) {
/webtrees/app/Factories/
H A DHeaderFactory.php23 use Fisharebest\Webtrees\Contracts\HeaderFactoryInterface; alias
34 class HeaderFactory extends AbstractGedcomRecordFactory implements HeaderFactoryInterface
/webtrees/app/Contracts/
H A DHeaderFactoryInterface.php29 interface HeaderFactoryInterface extends GedcomRecordFactoryInterface interface