diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
commit | cecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch) | |
tree | 17266aa237742640aabee7856f0202317a45d540 /includes/api/ApiBase.php | |
parent | 0bac06c301f2a83edb0236e4c2434da16848d549 (diff) |
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert
kleine Korrekturen am Design
Diffstat (limited to 'includes/api/ApiBase.php')
-rw-r--r-- | includes/api/ApiBase.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 1a9c1e3d..c4218825 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1,6 +1,5 @@ <?php - /* * Created on Sep 5, 2006 * @@ -24,6 +23,10 @@ * http://www.gnu.org/copyleft/gpl.html */ +/** + * @todo Document - e.g. Provide top-level description of this class. + * @addtogroup API + */ abstract class ApiBase { // These constants allow modules to specify exactly how to treat incomming parameters. @@ -527,7 +530,7 @@ abstract class ApiBase { public abstract function getVersion(); public static function getBaseVersion() { - return __CLASS__ . ': $Id: ApiBase.php 17880 2006-11-23 08:25:56Z nickj $'; + return __CLASS__ . ': $Id: ApiBase.php 21402 2007-04-20 08:55:14Z nickj $'; } } -?>
\ No newline at end of file +?> |