|
MediaWiki
REL1_23
|
Accessable external objects in a particular storage medium. More...


Public Member Functions | |
| __construct (array $params=array()) | |
| batchFetchFromURLs (array $urls) | |
| Fetch data from given external store URLs. | |
| fetchFromURL ($url) | |
| Fetch data from given external store URL. | |
| store ($location, $data) | |
| Insert a data item into a given location. | |
Protected Attributes | |
| Array | $params = array() |
| * | |
Accessable external objects in a particular storage medium.
Definition at line 31 of file ExternalStoreMedium.php.
| ExternalStoreMedium::__construct | ( | array $ | params = array() | ) |
| array | $params | Options |
Definition at line 37 of file ExternalStoreMedium.php.
| ExternalStoreMedium::batchFetchFromURLs | ( | array $ | urls | ) |
Fetch data from given external store URLs.
| array | $urls | A list of external store URLs |
Reimplemented in ExternalStoreDB, and ExternalStoreMwstore.
Definition at line 56 of file ExternalStoreMedium.php.
| ExternalStoreMedium::fetchFromURL | ( | $ | url | ) | [abstract] |
Fetch data from given external store URL.
| string | $url | An external store URL |
| MWException |
Reimplemented in ExternalStoreMwstore, ExternalStoreDB, and ExternalStoreHttp.
| ExternalStoreMedium::store | ( | $ | location, |
| $ | data | ||
| ) | [abstract] |
Insert a data item into a given location.
| string | $location | the location name |
| string | $data | the data item |
| MWException |
Reimplemented in ExternalStoreDB, ExternalStoreMwstore, and ExternalStoreHttp.
Array ExternalStoreMedium::$params = array() [protected] |
*
Definition at line 32 of file ExternalStoreMedium.php.