1 | <?php |
||
26 | class Factory extends BaseFactory |
||
27 | { |
||
28 | /** |
||
29 | * @inheritdoc |
||
30 | */ |
||
31 | 2 | public function createEncoder(ContainerInterface $container, EncoderOptions $encoderOptions = null) |
|
38 | |||
39 | /** |
||
40 | * @inheritdoc |
||
41 | */ |
||
42 | 1 | public function createHeadersChecker(CodecMatcherInterface $codecMatcher) |
|
46 | } |