MediaWiki REL1_32
|
Public Member Functions | |
__construct (array $externalStores) | |
getStoreObject ( $proto, array $params=[]) | |
Get an external store object of the given type, with the given parameters. | |
Private Attributes | |
array | $externalStores |
Definition at line 9 of file ExternalStoreFactory.php.
ExternalStoreFactory::__construct | ( | array | $externalStores | ) |
array | $externalStores | See $wgExternalStores |
Definition at line 19 of file ExternalStoreFactory.php.
References $externalStores.
ExternalStoreFactory::getStoreObject | ( | $proto, | |
array | $params = [] ) |
Get an external store object of the given type, with the given parameters.
string | $proto | Type of external storage, should be a value in $wgExternalStores |
array | $params | Associative array of ExternalStoreMedium parameters |
Definition at line 30 of file ExternalStoreFactory.php.
References $params.
|
private |
Definition at line 14 of file ExternalStoreFactory.php.
Referenced by __construct().