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