Home
last modified time | relevance | path

Searched refs:ImageFactoryInterface (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/
H A DRegistry.php32 use Fisharebest\Webtrees\Contracts\ImageFactoryInterface; alias
76 private static ImageFactoryInterface $image_factory;
275 * @param ImageFactoryInterface|null $factory
277 * @return ImageFactoryInterface
279 …public static function imageFactory(ImageFactoryInterface|null $factory = null): ImageFactoryInter…
281 if ($factory instanceof ImageFactoryInterface) {
/webtrees/app/Factories/
H A DImageFactory.php24 use Fisharebest\Webtrees\Contracts\ImageFactoryInterface; alias
60 class ImageFactory implements ImageFactoryInterface
/webtrees/app/Contracts/
H A DImageFactoryInterface.php30 interface ImageFactoryInterface interface
/webtrees/
H A Dphpstan-baseline.neon2512 …#^Parameter \#4 \$fit of method Fisharebest\\Webtrees\\Contracts\\ImageFactoryInterface\:\:mediaFi…