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