Accessable external objects in a particular storage medium.
More...
Accessable external objects in a particular storage medium.
- Since
- 1.21
Definition at line 31 of file ExternalStoreMedium.php.
ExternalStoreMedium::__construct |
( |
array |
$params = [] | ) |
|
ExternalStoreMedium::batchFetchFromURLs |
( |
array |
$urls | ) |
|
Fetch data from given external store URLs.
- Parameters
-
array | $urls | A list of external store URLs |
- Returns
- array Map from the url to the text stored. Unfound data is not represented
Definition at line 57 of file ExternalStoreMedium.php.
References $retval, as, and fetchFromURL().
ExternalStoreMedium::fetchFromURL |
( |
|
$url | ) |
|
|
abstract |
Fetch data from given external store URL.
- Parameters
-
string | $url | An external store URL |
- Returns
- string|bool The text stored or false on error
- Exceptions
-
Referenced by batchFetchFromURLs().
ExternalStoreMedium::store |
( |
|
$location, |
|
|
|
$data |
|
) |
| |
|
abstract |
Insert a data item into a given location.
- Parameters
-
string | $location | The location name |
string | $data | The data item |
- Returns
- string|bool The URL of the stored data item, or false on error
- Exceptions
-
array ExternalStoreMedium::$params = [] |
|
protected |
The documentation for this class was generated from the following file: