3 * Example class for HTTP accessable external objects
5 * @ingroup ExternalStorage
7 class ExternalStoreHttp
{
8 /* Fetch data from given URL */
9 function fetchFromURL( $url ) {
10 $ret = Http
::get( $url );
14 /* XXX: may require other methods, for store, delete,
15 * whatever, for initial ext storage