|
MediaWiki
REL1_23
|
Example class for HTTP accessable external objects. More...


Public Member Functions | |
| fetchFromURL ($url) | |
| store ($cluster, $data) | |
Example class for HTTP accessable external objects.
Only supports reading, not storing.
Definition at line 29 of file ExternalStoreHttp.php.
| ExternalStoreHttp::fetchFromURL | ( | $ | url | ) |
Reimplemented from ExternalStoreMedium.
Definition at line 33 of file ExternalStoreHttp.php.
References Http\get().
| ExternalStoreHttp::store | ( | $ | cluster, |
| $ | data | ||
| ) |
Reimplemented from ExternalStoreMedium.
Definition at line 40 of file ExternalStoreHttp.php.