Inherits RevDel_List.
Inherited by RevDel_ArchivedFileList.
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. | |
clearFileOps () | |
Clear any data structures needed for doPreCommitUpdates() and doPostCommitUpdates() STUB. | |
doPreCommitUpdates () | |
A hook for setVisibility(): do batch updates pre-commit. | |
doPostCommitUpdates () | |
A hook for setVisibility(): do any necessary updates post-commit. | |
getSuppressBit () | |
Get the integer value of the flag used for suppression. | |
Public Attributes | |
$type = 'oldimage' | |
$idField = 'oi_archive_name' | |
$dateField = 'oi_timestamp' | |
$authorIdField = 'oi_user' | |
$authorNameField = 'oi_user_text' | |
$storeBatch | |
$deleteBatch | |
$cleanupBatch |
Definition at line 1432 of file SpecialRevisiondelete.php.
RevDel_FileList::clearFileOps | ( | ) |
Clear any data structures needed for doPreCommitUpdates() and doPostCommitUpdates() STUB.
Reimplemented from RevDel_List.
Definition at line 1459 of file SpecialRevisiondelete.php.
RevDel_FileList::doPostCommitUpdates | ( | ) |
A hook for setVisibility(): do any necessary updates post-commit.
STUB
Reimplemented from RevDel_List.
Definition at line 1488 of file SpecialRevisiondelete.php.
References Status::newGood(), and wfLocalFile().
RevDel_FileList::doPreCommitUpdates | ( | ) |
A hook for setVisibility(): do batch updates pre-commit.
STUB
Reimplemented from RevDel_List.
Definition at line 1465 of file SpecialRevisiondelete.php.
References Status::newGood(), FileRepo::OVERWRITE_SAME, and RepoGroup::singleton().
RevDel_FileList::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_ArchivedFileList.
Definition at line 1440 of file SpecialRevisiondelete.php.
RevDel_FileList::getSuppressBit | ( | ) |
Get the integer value of the flag used for suppression.
Reimplemented from RevDel_List.
Definition at line 1495 of file SpecialRevisiondelete.php.
References File::DELETED_RESTRICTED.
RevDel_FileList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchivedFileList.
Definition at line 1455 of file SpecialRevisiondelete.php.
RevDel_FileList::$authorIdField = 'oi_user' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchivedFileList.
Definition at line 1436 of file SpecialRevisiondelete.php.
RevDel_FileList::$authorNameField = 'oi_user_text' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchivedFileList.
Definition at line 1437 of file SpecialRevisiondelete.php.
RevDel_FileList::$cleanupBatch |
Definition at line 1438 of file SpecialRevisiondelete.php.
RevDel_FileList::$dateField = 'oi_timestamp' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchivedFileList.
Definition at line 1435 of file SpecialRevisiondelete.php.
RevDel_FileList::$deleteBatch |
Definition at line 1438 of file SpecialRevisiondelete.php.
RevDel_FileList::$idField = 'oi_archive_name' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchivedFileList.
Definition at line 1434 of file SpecialRevisiondelete.php.
RevDel_FileList::$storeBatch |
Definition at line 1438 of file SpecialRevisiondelete.php.
RevDel_FileList::$type = 'oldimage' |
Reimplemented from RevDel_List.
Reimplemented in RevDel_ArchivedFileList.
Definition at line 1433 of file SpecialRevisiondelete.php.