r79482 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79481‎ | r79482 | r79483 >
Date:08:33, 2 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Method documentation
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -76,6 +76,14 @@
7777 $wgExtModifiedFields = array(); // table, index, dir
7878 }
7979
 80+ /**
 81+ * @static
 82+ * @throws MWException
 83+ * @param DatabaseBase $db
 84+ * @param bool $shared
 85+ * @param null $maintenance
 86+ * @return
 87+ */
8088 public static function newForDB( &$db, $shared = false, $maintenance = null ) {
8189 $type = $db->getType();
8290 if( in_array( $type, Installer::getDBTypes() ) ) {

Status & tagging log