MediaWiki  REL1_20
LinksDeletionUpdate Class Reference

Update object handling the cleanup of links tables after a page was deleted. More...

Inheritance diagram for LinksDeletionUpdate:
Collaboration diagram for LinksDeletionUpdate:

List of all members.

Public Member Functions

 __construct (WikiPage $page)
 Constructor.
 doUpdate ()
 Do some database updates after deletion.

Protected Attributes

 $mPage
 WikiPage the wikipage that was deleted.

Detailed Description

Update object handling the cleanup of links tables after a page was deleted.

Definition at line 818 of file LinksUpdate.php.


Constructor & Destructor Documentation

Constructor.

Parameters:
$pageWikiPage Page we are updating

Definition at line 827 of file LinksUpdate.php.

References $page, and DataUpdate\__construct().


Member Function Documentation

Do some database updates after deletion.

Implements DeferrableUpdate.

Definition at line 836 of file LinksUpdate.php.

References $res, and $title.


Member Data Documentation

LinksDeletionUpdate::$mPage [protected]

WikiPage the wikipage that was deleted.

Definition at line 820 of file LinksUpdate.php.


The documentation for this class was generated from the following file: