MediaWiki  1.23.6
ExternalStoreMwstore Class Reference

File backend accessable external objects. More...

Inheritance diagram for ExternalStoreMwstore:
Collaboration diagram for ExternalStoreMwstore:

Public Member Functions

 batchFetchFromURLs (array $urls)
 Fetch data from given external store URLs. More...
 
 fetchFromURL ( $url)
 The URL returned is of the form of the form mwstore://backend/container/wiki/id. More...
 
 store ( $backend, $data)
 
- Public Member Functions inherited from ExternalStoreMedium
 __construct (array $params=array())
 

Additional Inherited Members

- Protected Attributes inherited from ExternalStoreMedium
Array $params = array()
 

Detailed Description

File backend accessable external objects.

In this system, each store "location" maps to the name of a file backend. The file backends must be defined in $wgFileBackends and must be global and fully qualified with a global "wikiId" prefix in the configuration.

Since
1.21

Definition at line 33 of file ExternalStoreMwstore.php.

Member Function Documentation

◆ batchFetchFromURLs()

ExternalStoreMwstore::batchFetchFromURLs ( array  $urls)

Fetch data from given external store URLs.

The URL returned is of the form of the form mwstore://backend/container/wiki/id

Parameters
array$urlsAn array of external store URLs
Returns
array A map from url to stored content. Failed results are not represented.

Reimplemented from ExternalStoreMedium.

Definition at line 57 of file ExternalStoreMwstore.php.

References array(), as, and FileBackendGroup\singleton().

◆ fetchFromURL()

ExternalStoreMwstore::fetchFromURL (   $url)

The URL returned is of the form of the form mwstore://backend/container/wiki/id.

See also
ExternalStoreMedium::fetchFromURL()

Reimplemented from ExternalStoreMedium.

Definition at line 39 of file ExternalStoreMwstore.php.

References array(), and FileBackendGroup\singleton().

◆ store()

ExternalStoreMwstore::store (   $backend,
  $data 
)

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