1 | <?php |
||
22 | class ResponseNoTransformationDataTransformer implements DataTransformer |
||
23 | { |
||
24 | /** |
||
25 | * The response. |
||
26 | * |
||
27 | * @var Response |
||
28 | */ |
||
29 | private $response; |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function write(Response $response) |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function read() |
||
50 | } |
||
51 |