| 1 | <?php |
||
| 19 | class ProxyProcessor implements ProxyProcessorInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Process data |
||
| 23 | * |
||
| 24 | * @param Request $originalRequest Incoming current request |
||
| 25 | * @param HttpHelper $httpHelper Building the new request |
||
| 26 | * @param ProxyModel $proxyModel Configuration model |
||
| 27 | * @return Response |
||
| 28 | */ |
||
| 29 | public function process( |
||
| 51 | } |
||
| 52 |