MediaWiki
REL1_24
|
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 25 of file RevDelArchiveList.php.
A hook for setVisibility(): do any necessary updates post-commit.
STUB
Reimplemented from RevDelRevisionList.
Definition at line 63 of file RevDelArchiveList.php.
References Status\newGood().
A hook for setVisibility(): do batch updates pre-commit.
STUB
Reimplemented from RevDelRevisionList.
Definition at line 59 of file RevDelArchiveList.php.
References Status\newGood().
RevDelArchiveList::doQuery | ( | $ | db | ) |
DatabaseBase | $db |
Reimplemented from RevDelRevisionList.
Definition at line 38 of file RevDelArchiveList.php.
References array(), as, Revision\selectArchiveFields(), and title.
static RevDelArchiveList::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 RevDelRevisionList.
Definition at line 30 of file RevDelArchiveList.php.
Get the internal type name of this list.
Equal to the table name. Override this function.
Reimplemented from RevDelRevisionList.
Definition at line 26 of file RevDelArchiveList.php.
RevDelArchiveList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
object | $row |
Reimplemented from RevDelRevisionList.
Definition at line 55 of file RevDelArchiveList.php.