MediaWiki  1.29.1
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

◆ fetchFromURL()

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

◆ $data

ExternalStoreFOO::$data
protected
Initial value:
= [
'cluster1' => [
'200' => 'Hello',
'300' => [
'Hello', 'World',
],
],
]

Definition at line 49 of file ExternalStoreTest.php.


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