MediaWiki
REL1_24
|
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. | |
updateCategoryCounts ($added, $deleted) | |
Update all the appropriate counts in the category table. | |
Protected Attributes | |
WikiPage | $mPage |
The WikiPage that was deleted *. |
Update object handling the cleanup of links tables after a page was deleted.
Definition at line 925 of file LinksUpdate.php.
LinksDeletionUpdate::__construct | ( | WikiPage $ | page | ) |
Do some database updates after deletion.
Implements DeferrableUpdate.
Definition at line 947 of file LinksUpdate.php.
LinksDeletionUpdate::updateCategoryCounts | ( | $ | added, |
$ | deleted | ||
) |
Update all the appropriate counts in the category table.
array | $added | Associative array of category name => sort key |
array | $deleted | Associative array of category name => sort key |
Definition at line 997 of file LinksUpdate.php.
WikiPage LinksDeletionUpdate::$mPage [protected] |
The WikiPage that was deleted *.
Definition at line 926 of file LinksUpdate.php.