Searched refs:EncodingFactoryInterface (Results 1 – 3 of 3) sorted by relevance
26 use Fisharebest\Webtrees\Contracts\EncodingFactoryInterface; alias64 private static EncodingFactoryInterface $encoding_factory;179 * @param EncodingFactoryInterface|null $factory181 * @return EncodingFactoryInterface183 …public static function encodingFactory(EncodingFactoryInterface|null $factory = null): EncodingFac…185 if ($factory instanceof EncodingFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\EncodingFactoryInterface; alias50 class EncodingFactory implements EncodingFactoryInterface
27 interface EncodingFactoryInterface interface