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