MediaWiki
REL1_20
|
Update object handling the cleanup of links tables after a page was deleted. More...
Public Member Functions | |
__construct (WikiPage $page) | |
Constructor. | |
doUpdate () | |
Do some database updates after deletion. | |
Protected Attributes | |
$mPage | |
WikiPage the wikipage that was deleted. |
Update object handling the cleanup of links tables after a page was deleted.
Definition at line 818 of file LinksUpdate.php.
LinksDeletionUpdate::__construct | ( | WikiPage $ | page | ) |
Constructor.
Definition at line 827 of file LinksUpdate.php.
References $page, and DataUpdate\__construct().
Do some database updates after deletion.
Implements DeferrableUpdate.
Definition at line 836 of file LinksUpdate.php.
LinksDeletionUpdate::$mPage [protected] |
WikiPage the wikipage that was deleted.
Definition at line 820 of file LinksUpdate.php.