MediaWiki
1.28.0
|
Example class for HTTP accessable external objects. More...
Public Member Functions | |
fetchFromURL ($url) | |
store ($cluster, $data) | |
Public Member Functions inherited from ExternalStoreMedium | |
__construct (array $params=[]) | |
batchFetchFromURLs (array $urls) | |
Fetch data from given external store URLs. More... | |
fetchFromURL ($url) | |
Fetch data from given external store URL. More... | |
store ($location, $data) | |
Insert a data item into a given location. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ExternalStoreMedium | |
array | $params = [] |
Example class for HTTP accessable external objects.
Only supports reading, not storing.
Definition at line 29 of file ExternalStoreHttp.php.
ExternalStoreHttp::fetchFromURL | ( | $url | ) |
Definition at line 33 of file ExternalStoreHttp.php.
References Http\get().
ExternalStoreHttp::store | ( | $cluster, | |
$data | |||
) |
Definition at line 40 of file ExternalStoreHttp.php.