Home
last modified time | relevance | path

Searched refs:EncodingInterface (Results 1 – 8 of 8) sorted by relevance

/webtrees/app/Contracts/
H A DEncodingFactoryInterface.php22 use Fisharebest\Webtrees\Encodings\EncodingInterface; alias
32 public function detect(string $header): EncodingInterface|null;
39 * @return EncodingInterface
41 public function make(string $name): EncodingInterface;
/webtrees/app/GedcomFilters/
H A DGedcomEncodingFilter.php12 use Fisharebest\Webtrees\Encodings\EncodingInterface; alias
37 private EncodingInterface|null $src_encoding = null;
39 private EncodingInterface|null $dst_encoding = null;
81 if ($this->src_encoding instanceof EncodingInterface) {
/webtrees/app/Factories/
H A DEncodingFactory.php28 use Fisharebest\Webtrees\Encodings\EncodingInterface; alias
57 public function detect(string $header): EncodingInterface|null
159 * @return EncodingInterface
162 public function make(string $name): EncodingInterface
/webtrees/tests/app/Factories/
H A DEncodingFactoryTest.php27 use Fisharebest\Webtrees\Encodings\EncodingInterface; alias
125 static::assertInstanceOf(EncodingInterface::class, $factory->make($key));
/webtrees/app/Encodings/
H A DEncodingInterface.php25 interface EncodingInterface interface
H A DAbstractEncoding.php36 abstract class AbstractEncoding implements EncodingInterface
H A DAbstractUTF16Encoding.php31 abstract class AbstractUTF16Encoding implements EncodingInterface
/webtrees/
H A Dphpstan-baseline.neon1234 …#^Cannot call method fromUtf8\(\) on Fisharebest\\Webtrees\\Encodings\\EncodingInterface\|null\.$#'