| 1 | <?php |
||
| 11 | class ConvertJsonToArrayBehaviour implements ResponseBehaviourInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Since the Response is immutable, each behaviour has to return a new |
||
| 15 | * Response instance |
||
| 16 | * |
||
| 17 | * @param Response $response |
||
| 18 | * @return Response |
||
| 19 | * @throws Exception |
||
| 20 | */ |
||
| 21 | public function behave(Response $response) |
||
| 32 | } |
||
| 33 |