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.
◆ __construct()
ExternalStoreMedium::__construct |
( |
array |
$params = array() | ) |
|
◆ batchFetchFromURLs()
ExternalStoreMedium::batchFetchFromURLs |
( |
array |
$urls | ) |
|
◆ fetchFromURL()
ExternalStoreMedium::fetchFromURL |
( |
|
$url | ) |
|
|
abstract |
◆ store()
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
-
Reimplemented in ExternalStoreDB, ExternalStoreHttp, and ExternalStoreMwstore.
◆ $params
Array ExternalStoreMedium::$params = array() |
|
protected |
The documentation for this class was generated from the following file: