Inherits RevDel_RevisionList.
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. | |
doPreCommitUpdates () | |
A hook for setVisibility(): do batch updates pre-commit. | |
doPostCommitUpdates () | |
A hook for setVisibility(): do any necessary updates post-commit. | |
Public Attributes | |
$type = 'archive' | |
$idField = 'ar_timestamp' | |
$dateField = 'ar_timestamp' | |
$authorIdField = 'ar_user' | |
$authorNameField = 'ar_user_text' |
revisions deleted via action=delete
Definition at line 1335 of file SpecialRevisiondelete.php.
RevDel_ArchiveList::doPostCommitUpdates | ( | ) |
A hook for setVisibility(): do any necessary updates post-commit.
STUB
Reimplemented from RevDel_RevisionList.
Definition at line 1366 of file SpecialRevisiondelete.php.
References Status::newGood().
RevDel_ArchiveList::doPreCommitUpdates | ( | ) |
A hook for setVisibility(): do batch updates pre-commit.
STUB
Reimplemented from RevDel_RevisionList.
Definition at line 1362 of file SpecialRevisiondelete.php.
References Status::newGood().
RevDel_ArchiveList::doQuery | ( | $ | db | ) |
Do the DB query to iterate through the objects.
$db | Database object to use for the query |
Reimplemented from RevDel_RevisionList.
Definition at line 1342 of file SpecialRevisiondelete.php.
RevDel_ArchiveList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevDel_RevisionList.
Definition at line 1358 of file SpecialRevisiondelete.php.
RevDel_ArchiveList::$authorIdField = 'ar_user' |
RevDel_ArchiveList::$authorNameField = 'ar_user_text' |
RevDel_ArchiveList::$dateField = 'ar_timestamp' |
RevDel_ArchiveList::$idField = 'ar_timestamp' |
RevDel_ArchiveList::$type = 'archive' |