| 1 | <?php |
||
| 13 | final class PluginClientFactory |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param Plugin[] $plugins |
||
| 17 | * @param ClientFactory|callable $factory |
||
| 18 | * @param array $config config to the client factory |
||
| 19 | * @param array $pluginClientOptions config forwarded to the PluginClient |
||
| 20 | * |
||
| 21 | * @return PluginClient |
||
| 22 | */ |
||
| 23 | 6 | public static function createPluginClient(array $plugins, $factory, array $config, array $pluginClientOptions = []) |
|
| 35 | } |
||
| 36 |