MediaWiki
REL1_21
|
Helper class for file deletion. More...
Public Member Functions | |
__construct (File $file, $reason= '', $suppress=false) | |
addCurrent () | |
addOld ($oldName) | |
addOlds () | |
Add the old versions of the image to the batch. | |
doDBDeletes () | |
doDBInserts () | |
execute () | |
Run the transaction. | |
getOldRels () | |
removeNonexistentFiles ($batch) | |
Removes non-existent files from a deletion batch. | |
Public Attributes | |
$archiveUrls = array() | |
$deletionBatch | |
LocalFile | $file |
$reason | |
$srcRels = array() | |
$status | |
$suppress | |
Protected Member Functions | |
getHashes () |
Helper class for file deletion.
Definition at line 1743 of file LocalFile.php.
LocalFileDeleteBatch::__construct | ( | File $ | file, |
$ | reason = '' , |
||
$ | suppress = false |
||
) |
$file | File |
$reason | string |
$suppress | bool |
Definition at line 1757 of file LocalFile.php.
Definition at line 1764 of file LocalFile.php.
LocalFileDeleteBatch::addOld | ( | $ | oldName | ) |
$oldName | string |
Definition at line 1771 of file LocalFile.php.
Add the old versions of the image to the batch.
Definition at line 1780 of file LocalFile.php.
Definition at line 1960 of file LocalFile.php.
Definition at line 1872 of file LocalFile.php.
LocalFileDeleteBatch::getHashes | ( | ) | [protected] |
Definition at line 1817 of file LocalFile.php.
Definition at line 1801 of file LocalFile.php.
LocalFileDeleteBatch::removeNonexistentFiles | ( | $ | batch | ) |
Removes non-existent files from a deletion batch.
$batch | array |
Definition at line 2061 of file LocalFile.php.
LocalFileDeleteBatch::$archiveUrls = array() |
Definition at line 1749 of file LocalFile.php.
LocalFileDeleteBatch::$deletionBatch |
Definition at line 1749 of file LocalFile.php.
Definition at line 1747 of file LocalFile.php.
LocalFileDeleteBatch::$reason |
Definition at line 1749 of file LocalFile.php.
LocalFileDeleteBatch::$srcRels = array() |
Definition at line 1749 of file LocalFile.php.
LocalFileDeleteBatch::$status |
Definition at line 1750 of file LocalFile.php.
LocalFileDeleteBatch::$suppress |
Definition at line 1749 of file LocalFile.php.