diff options
Diffstat (limited to 'includes/ExternalStoreHttp.php')
-rw-r--r-- | includes/ExternalStoreHttp.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/ExternalStoreHttp.php b/includes/ExternalStoreHttp.php index ef907df5..6eb33b39 100644 --- a/includes/ExternalStoreHttp.php +++ b/includes/ExternalStoreHttp.php @@ -1,11 +1,9 @@ <?php /** - * - * * Example class for HTTP accessable external objects * + * @ingroup ExternalStorage */ - class ExternalStoreHttp { /* Fetch data from given URL */ function fetchFromURL($url) { @@ -19,4 +17,3 @@ class ExternalStoreHttp { * whatever, for initial ext storage */ } - |