From: Jeroen De Dauw Date: Wed, 7 Dec 2011 23:54:51 +0000 (+0000) Subject: add since tag; please do this if you add new public methods, it avoids bugs and hassl... X-Git-Tag: 1.31.0-rc.0~26142 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=5a0e9a02f491f051f9cbc3db80bc91b3decaaeae;p=lhc%2Fweb%2Fwiklou.git add since tag; please do this if you add new public methods, it avoids bugs and hassle for other people --- diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index d8fdb482fc..0ad14a3c7b 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -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() {