MediaWiki master
|
Inherits Maintenance.
Public Member Functions | |
__construct () | |
execute () | |
Convert history stubs that point to an external row to direct external pointers. | |
resolveStub ( $row, $dryRun) | |
Resolve a history stub. | |
setUndoLog (UndoLog $undoLog) | |
Definition at line 32 of file resolveStubs.php.
ResolveStubs::__construct | ( | ) |
Definition at line 36 of file resolveStubs.php.
ResolveStubs::execute | ( | ) |
Convert history stubs that point to an external row to direct external pointers.
Definition at line 47 of file resolveStubs.php.
References resolveStub(), and setUndoLog().
ResolveStubs::resolveStub | ( | $row, | |
$dryRun ) |
Resolve a history stub.
This is called by MoveToExternal
stdClass | $row | The existing text row |
bool | $dryRun |
Definition at line 104 of file resolveStubs.php.
Referenced by execute().
ResolveStubs::setUndoLog | ( | UndoLog | $undoLog | ) |