MediaWiki
REL1_22
|
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 1833 of file LocalFile.php.
LocalFileDeleteBatch::__construct | ( | File $ | file, |
$ | reason = '' , |
||
$ | suppress = false |
||
) |
$file | File |
$reason | string |
$suppress | bool |
Definition at line 1847 of file LocalFile.php.
Definition at line 1854 of file LocalFile.php.
LocalFileDeleteBatch::addOld | ( | $ | oldName | ) |
$oldName | string |
Definition at line 1861 of file LocalFile.php.
Add the old versions of the image to the batch.
Definition at line 1870 of file LocalFile.php.
Definition at line 2050 of file LocalFile.php.
Definition at line 1962 of file LocalFile.php.
LocalFileDeleteBatch::getHashes | ( | ) | [protected] |
Definition at line 1907 of file LocalFile.php.
Definition at line 1891 of file LocalFile.php.
LocalFileDeleteBatch::removeNonexistentFiles | ( | $ | batch | ) |
Removes non-existent files from a deletion batch.
$batch | array |
Definition at line 2151 of file LocalFile.php.
LocalFileDeleteBatch::$archiveUrls = array() |
Definition at line 1839 of file LocalFile.php.
LocalFileDeleteBatch::$deletionBatch |
Definition at line 1839 of file LocalFile.php.
Definition at line 1837 of file LocalFile.php.
LocalFileDeleteBatch::$reason |
Definition at line 1839 of file LocalFile.php.
LocalFileDeleteBatch::$srcRels = array() |
Definition at line 1839 of file LocalFile.php.
LocalFileDeleteBatch::$status |
Definition at line 1840 of file LocalFile.php.
LocalFileDeleteBatch::$suppress |
Definition at line 1839 of file LocalFile.php.