MediaWiki
REL1_19
|
List for archive table items, i.e. More...
Public Member Functions | |
doPostCommitUpdates () | |
A hook for setVisibility(): do any necessary updates post-commit. | |
doPreCommitUpdates () | |
A hook for setVisibility(): do batch updates pre-commit. | |
doQuery ($db) | |
getType () | |
Get the internal type name of this list. | |
newItem ($row) | |
Create an item object from a DB result row. | |
Static Public Member Functions | |
static | getRelationType () |
Get the DB field name associated with the ID list. |
List for archive table items, i.e.
revisions deleted via action=delete
Definition at line 252 of file RevisionDelete.php.
A hook for setVisibility(): do any necessary updates post-commit.
STUB
Reimplemented from RevDel_RevisionList.
Definition at line 289 of file RevisionDelete.php.
References Status\newGood().
A hook for setVisibility(): do batch updates pre-commit.
STUB
Reimplemented from RevDel_RevisionList.
Definition at line 285 of file RevisionDelete.php.
References Status\newGood().
RevDel_ArchiveList::doQuery | ( | $ | db | ) |
$db | DatabaseBase |
Reimplemented from RevDel_RevisionList.
Definition at line 265 of file RevisionDelete.php.
static RevDel_ArchiveList::getRelationType | ( | ) | [static] |
Get the DB field name associated with the ID list.
This used to populate the log_search table for finding log entries. Override this function.
Reimplemented from RevDel_RevisionList.
Definition at line 257 of file RevisionDelete.php.
Get the internal type name of this list.
Equal to the table name. Override this function.
Reimplemented from RevDel_RevisionList.
Definition at line 253 of file RevisionDelete.php.
RevDel_ArchiveList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevDel_RevisionList.
Definition at line 281 of file RevisionDelete.php.