Definition at line 47 of file ExternalStoreTest.php.
◆ fetchFromURL()
ExternalStoreFOO::fetchFromURL |
( |
|
$url | ) |
|
Fetch data from given URL.
- Parameters
-
string | $url | An 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.
◆ $data
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: