Inherits RevDel_List.
Inherited by RevDel_ArchiveList.
Public Member Functions | |
doQuery ($db) | |
Do the DB query to iterate through the objects. | |
newItem ($row) | |
Create an item object from a DB result row. | |
getCurrent () | |
getSuppressBit () | |
Get the integer value of the flag used for suppression. | |
doPreCommitUpdates () | |
A hook for setVisibility(): do batch updates pre-commit. | |
doPostCommitUpdates () | |
A hook for setVisibility(): do any necessary updates post-commit. | |
Public Attributes | |
$currentRevId | |
$type = 'revision' | |
$idField = 'rev_id' | |
$dateField = 'rev_timestamp' | |
$authorIdField = 'rev_user' | |
$authorNameField = 'rev_user_text' |
Definition at line 1158 of file SpecialRevisiondelete.php.
RevDel_RevisionList::doPostCommitUpdates | ( | ) |
A hook for setVisibility(): do any necessary updates post-commit.
STUB
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1201 of file SpecialRevisiondelete.php.
References Status::newGood(), and wfRunHooks().
RevDel_RevisionList::doPreCommitUpdates | ( | ) |
A hook for setVisibility(): do batch updates pre-commit.
STUB
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1196 of file SpecialRevisiondelete.php.
References Status::newGood().
RevDel_RevisionList::doQuery | ( | $ | db | ) |
Do the DB query to iterate through the objects.
$db | Database object to use for the query |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1166 of file SpecialRevisiondelete.php.
References RevDel_List::$ids.
RevDel_RevisionList::getCurrent | ( | ) |
RevDel_RevisionList::getSuppressBit | ( | ) |
Get the integer value of the flag used for suppression.
Reimplemented from RevDel_List.
Definition at line 1192 of file SpecialRevisiondelete.php.
References Revision::DELETED_RESTRICTED.
RevDel_RevisionList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1179 of file SpecialRevisiondelete.php.
RevDel_RevisionList::$authorIdField = 'rev_user' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1163 of file SpecialRevisiondelete.php.
RevDel_RevisionList::$authorNameField = 'rev_user_text' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1164 of file SpecialRevisiondelete.php.
RevDel_RevisionList::$currentRevId |
Definition at line 1159 of file SpecialRevisiondelete.php.
RevDel_RevisionList::$dateField = 'rev_timestamp' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1162 of file SpecialRevisiondelete.php.
RevDel_RevisionList::$idField = 'rev_id' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1161 of file SpecialRevisiondelete.php.
RevDel_RevisionList::$type = 'revision' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchiveList.
Definition at line 1160 of file SpecialRevisiondelete.php.