Definition at line 9 of file ExternalStoreFactory.php.
◆ __construct()
ExternalStoreFactory::__construct |
( |
array | $externalStores | ) |
|
◆ getStoreObject()
ExternalStoreFactory::getStoreObject |
( |
| $proto, |
|
|
array | $params = [] ) |
Get an external store object of the given type, with the given parameters.
- Parameters
-
string | $proto | Type of external storage, should be a value in $wgExternalStores |
array | $params | Associative array of ExternalStoreMedium parameters |
- Returns
- ExternalStoreMedium|bool The store class or false on error
Definition at line 30 of file ExternalStoreFactory.php.
References $params, and and().
◆ $externalStores
array ExternalStoreFactory::$externalStores |
|
private |
The documentation for this class was generated from the following file: