| 1 | <?php |
||
| 9 | final class EncodingsBuilder implements Objects\EncodingsFactory |
||
| 10 | { |
||
| 11 | private $encodings = []; |
||
| 12 | |||
| 13 | public function addEncodings(iterable $encodings): self |
||
| 21 | |||
| 22 | public function createEncodings(): Objects\Encodings |
||
| 33 | |||
| 34 | public function setEncoding(string $key, Objects\EncodingFactory $encoding): self |
||
| 40 | |||
| 41 | private function getEncodings(): array |
||
| 45 | } |
||
| 46 |