|
MediaWiki
REL1_19
|
Example class for HTTP accessable external objects. More...
Public Member Functions | |
| fetchFromURL ($url) | |
| Fetch data from given URL. | |
Example class for HTTP accessable external objects.
Only supports reading, not storing.
Definition at line 9 of file ExternalStoreHttp.php.
| ExternalStoreHttp::fetchFromURL | ( | $ | url | ) |
Fetch data from given URL.
| $url | String: the URL |
Definition at line 17 of file ExternalStoreHttp.php.
References $url, and Http\get().
