MediaWiki  1.27.2
ExternalStoreFOO Class Reference

Public Member Functions

 fetchFromURL ($url)
 Fetch data from given URL. More...
 

Protected Attributes

 $data
 

Detailed Description

Definition at line 47 of file ExternalStoreTest.php.

Member Function Documentation

ExternalStoreFOO::fetchFromURL (   $url)

Fetch data from given URL.

Parameters
string$urlAn url of the form FOO://cluster/id or FOO://cluster/id/itemid.
Returns
mixed

Definition at line 63 of file ExternalStoreTest.php.

References $path, and data.

Member Data Documentation

ExternalStoreFOO::$data
protected
Initial value:
= [
'cluster1' => [
'200' => 'Hello'

Definition at line 49 of file ExternalStoreTest.php.


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