The storage factory This can instantiate storage adapters and plugins.
| Parameters: | array|Traversable – |
|---|---|
| Return type: | StorageStorageInterface |
| Throws : | ExceptionInvalidArgumentException |
Instantiate a storage adapter
| Parameters: |
|
|---|---|
| Return type: | StorageStorageInterface |
| Throws : | ExceptionRuntimeException |
Get the adapter plugin manager
| Return type: | StorageAdapterPluginManager |
|---|
Change the adapter plugin manager
| Parameters: | StorageAdapterPluginManager – |
|---|---|
| Return type: | void |
Resets the internal adapter plugin manager
| Return type: | void |
|---|
Instantiate a storage plugin
| Parameters: |
|
|---|---|
| Return type: | StoragePluginPluginInterface |
| Throws : | ExceptionRuntimeException |
Get the plugin manager
| Return type: | StoragePluginManager |
|---|