MediaWiki master
|
External storage in a FileBackend. More...
Inherits ExternalStoreMedium.
Public Member Functions | |
__construct (array $params) | |
batchFetchFromURLs (array $urls) | |
Fetch data from given external store URLs. | |
fetchFromURL ( $url) | |
Fetch data from a given external store URL. | |
isReadOnly ( $backend) | |
Check if a given location is read-only. | |
store ( $backend, $data) | |
Insert a data item into a given location. | |
Public Member Functions inherited from ExternalStoreMedium | |
setLogger (LoggerInterface $logger) | |
Additional Inherited Members | |
Protected Attributes inherited from ExternalStoreMedium | |
string | $dbDomain |
Default database domain to store content under. | |
bool | $isDbDomainExplicit |
Whether this was factoried with an explicit DB domain. | |
LoggerInterface | $logger |
array | $params = [] |
Usage context options for this instance. | |
External storage in a FileBackend.
In this system, each store "location" maps to the name of a file backend. The file backends must be defined in $wgFileBackends and must be global and fully qualified with a global "wikiId" prefix in the configuration.
Definition at line 38 of file ExternalStoreMwstore.php.
ExternalStoreMwstore::__construct | ( | array | $params | ) |
array | $params | Additional parameters include:
|
Reimplemented from ExternalStoreMedium.
Definition at line 47 of file ExternalStoreMwstore.php.
References ExternalStoreMedium\$params.
ExternalStoreMwstore::batchFetchFromURLs | ( | array | $urls | ) |
Fetch data from given external store URLs.
The URLs are in the form of mwstore://backend/container/wiki/id
array | $urls | An array of external store URLs |
Reimplemented from ExternalStoreMedium.
Definition at line 80 of file ExternalStoreMwstore.php.
References $url.
ExternalStoreMwstore::fetchFromURL | ( | $url | ) |
Fetch data from a given external store URL.
string | $url | An external store URL in the form of mwstore://backend/container/wiki/id |
Reimplemented from ExternalStoreMedium.
Definition at line 62 of file ExternalStoreMwstore.php.
References $url.
ExternalStoreMwstore::isReadOnly | ( | $location | ) |
Check if a given location is read-only.
string | $location | The location name |
Reimplemented from ExternalStoreMedium.
Definition at line 125 of file ExternalStoreMwstore.php.
ExternalStoreMwstore::store | ( | $location, | |
$data ) |
Insert a data item into a given location.
string | $location | The location name |
string | $data | The data item |
ExternalStoreException |
Reimplemented from ExternalStoreMedium.
Definition at line 97 of file ExternalStoreMwstore.php.
References $url.