|
MediaWiki master
|
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 21 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 38 of file UndoLog.php.