MediaWiki REL1_40
|
Update a database while optionally writing SQL that reverses the update to a file. More...
Public Member Functions | |
__construct ( $fileName, IDatabase $dbw) | |
update ( $table, array $newValues, array $oldValues, $fname) | |
Update a database while optionally writing SQL that reverses the update to a file.
Definition at line 11 of file UndoLog.php.
MediaWiki\Maintenance\UndoLog::__construct | ( | $fileName, | |
IDatabase | $dbw ) |
string | null | $fileName | |
IDatabase | $dbw |
Definition at line 19 of file UndoLog.php.
MediaWiki\Maintenance\UndoLog::update | ( | $table, | |
array | $newValues, | ||
array | $oldValues, | ||
$fname ) |
string | $table | |
array | $newValues | |
array | $oldValues | |
string | $fname |
Definition at line 36 of file UndoLog.php.