add since tag; please do this if you add new public methods, it avoids bugs and hassl...
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Wed, 7 Dec 2011 23:54:51 +0000 (23:54 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Wed, 7 Dec 2011 23:54:51 +0000 (23:54 +0000)
includes/installer/DatabaseUpdater.php

index d8fdb48..0ad14a3 100644 (file)
@@ -193,7 +193,10 @@ abstract class DatabaseUpdater {
        }
 
        /**
-        * Add a maintenance script to be run after the database updates are complete
+        * Add a maintenance script to be run after the database updates are complete.
+        * 
+        * @since 1.19
+        * 
         * @param $class string Name of a Maintenance subclass
         */
        public function addPostDatabaseUpdateMaintenance( $class ) {
@@ -210,6 +213,8 @@ abstract class DatabaseUpdater {
        }
 
        /**
+        * @since 1.17
+        * 
         * @return array
         */
        public function getPostDatabaseUpdateMaintenance() {