MediaWiki  REL1_19
ExternalStoreHttp Class Reference

Example class for HTTP accessable external objects. More...

List of all members.

Public Member Functions

 fetchFromURL ($url)
 Fetch data from given URL.

Detailed Description

Example class for HTTP accessable external objects.

Only supports reading, not storing.

Definition at line 9 of file ExternalStoreHttp.php.


Member Function Documentation

Fetch data from given URL.

Parameters:
$urlString: the URL
Returns:
String: the content at $url

Definition at line 17 of file ExternalStoreHttp.php.

References $url, and Http\get().

Here is the call graph for this function:


The documentation for this class was generated from the following file: