| 1 | <?php |
||
| 23 | final class PluginProviderFactory |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param Plugin[] $plugins |
||
| 27 | * @param ProviderFactoryInterface|callable $factory |
||
| 28 | * @param array $config config to the client factory |
||
| 29 | * @param array $pluginProviderOptions config forwarded to the PluginProvider |
||
| 30 | */ |
||
| 31 | 31 | public static function createPluginProvider(array $plugins, $factory, array $config, array $pluginProviderOptions = []): PluginProvider |
|
| 43 | } |
||
| 44 |