| 1 | <?php |
||
| 16 | class PostProcessor implements PostProcessorInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * For additional post processing of the response or |
||
| 20 | * any other handling if required. |
||
| 21 | * |
||
| 22 | * @param Response $response Sf client response |
||
| 23 | * @return Response |
||
| 24 | */ |
||
| 25 | public function process(Response $response) |
||
| 29 | } |
||
| 30 |