MediaWiki  REL1_22
ExternalStoreFOO Class Reference

List of all members.

Public Member Functions

 fetchFromURL ($url)
 Fetch data from given URL.

Protected Attributes

 $data

Detailed Description

Definition at line 44 of file ExternalStoreTest.php.


Member Function Documentation

Fetch data from given URL.

Parameters:
$urlString: an url of the form FOO://cluster/id or FOO://cluster/id/itemid.
Returns:
mixed

Definition at line 60 of file ExternalStoreTest.php.

References $path, and data.


Member Data Documentation

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

Definition at line 46 of file ExternalStoreTest.php.


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