1 | <?php |
||
6 | class RemoteAdapterFactory |
||
7 | { |
||
8 | |||
9 | /** |
||
10 | * |
||
11 | * @param string $serviceName |
||
12 | * @param array $serviceConfig |
||
13 | * @throws \BadMethodCallException |
||
14 | * @return \ProxyManager\Factory\RemoteObject\AdapterInterface |
||
15 | */ |
||
16 | public function getAdapter($serviceName, array $serviceConfig) |
||
39 | } |
||
40 |