| 1 | <?php |
||
| 13 | class Standard implements BodyFactory |
||
| 14 | { |
||
| 15 | use LoggerAwareTrait; |
||
| 16 | |||
| 17 | private |
||
| 18 | $factories; |
||
| 19 | |||
| 20 | 33 | public function __construct() |
|
| 25 | |||
| 26 | 33 | private function initializeFactories() |
|
| 34 | |||
| 35 | 2 | public function handleContentType($contentType, TypedBodyFactory $factory) |
|
| 41 | |||
| 42 | 24 | public function build($contentType, $contentAsTransported) |
|
| 53 | } |
||
| 54 |