Home
last modified time | relevance | path

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

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DRegistry.php25 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias
49 /** @var ElementFactoryInterface */
119 * @param ElementFactoryInterface|null $factory
121 * @return ElementFactoryInterface
123 …public static function elementFactory(ElementFactoryInterface $factory = null): ElementFactoryInte…
125 if ($factory instanceof ElementFactoryInterface) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Contracts/
H A DElementFactoryInterface.php25 interface ElementFactoryInterface interface
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Factories/
H A DElementFactory.php22 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias
219 class ElementFactory implements ElementFactoryInterface