Searched refs:XrefFactoryInterface (Results 1 – 3 of 3) sorted by relevance
49 use Fisharebest\Webtrees\Contracts\XrefFactoryInterface; alias110 private static XrefFactoryInterface $xref_factory;547 * @param XrefFactoryInterface|null $factory549 * @return XrefFactoryInterface551 …public static function xrefFactory(XrefFactoryInterface|null $factory = null): XrefFactoryInterface553 if ($factory instanceof XrefFactoryInterface) {
22 use Fisharebest\Webtrees\Contracts\XrefFactoryInterface; alias29 class XrefFactory implements XrefFactoryInterface
25 interface XrefFactoryInterface interface