| 1 | <?php |
||
| 8 | final class ProxyController |
||
| 9 | { |
||
| 10 | /** @var RpcClientInterface */ |
||
| 11 | private $client; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * ProxyController constructor. |
||
| 15 | * |
||
| 16 | * @param RpcClientInterface $client |
||
| 17 | */ |
||
| 18 | public function __construct(RpcClientInterface $client) |
||
| 22 | |||
| 23 | public function handle(RpcRequestInterface $request) |
||
| 27 | } |
||
| 28 |