MediaWiki
REL1_20
|
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 1611 of file LocalFile.php.
LocalFileDeleteBatch::__construct | ( | File $ | file, |
$ | reason = '' , |
||
$ | suppress = false |
||
) |
$file | File |
$reason | string |
$suppress | bool |
Definition at line 1625 of file LocalFile.php.
Definition at line 1632 of file LocalFile.php.
LocalFileDeleteBatch::addOld | ( | $ | oldName | ) |
$oldName | string |
Definition at line 1639 of file LocalFile.php.
Add the old versions of the image to the batch.
Definition at line 1648 of file LocalFile.php.
Definition at line 1826 of file LocalFile.php.
Definition at line 1740 of file LocalFile.php.
LocalFileDeleteBatch::getHashes | ( | ) | [protected] |
Definition at line 1685 of file LocalFile.php.
Definition at line 1669 of file LocalFile.php.
LocalFileDeleteBatch::removeNonexistentFiles | ( | $ | batch | ) |
Removes non-existent files from a deletion batch.
$batch | array |
Definition at line 1927 of file LocalFile.php.
LocalFileDeleteBatch::$archiveUrls = array() |
Definition at line 1617 of file LocalFile.php.
LocalFileDeleteBatch::$deletionBatch |
Definition at line 1617 of file LocalFile.php.
LocalFile LocalFileDeleteBatch::$file |
Definition at line 1615 of file LocalFile.php.
LocalFileDeleteBatch::$reason |
Definition at line 1617 of file LocalFile.php.
LocalFileDeleteBatch::$srcRels = array() |
Definition at line 1617 of file LocalFile.php.
LocalFileDeleteBatch::$status |
Definition at line 1618 of file LocalFile.php.
LocalFileDeleteBatch::$suppress |
Definition at line 1617 of file LocalFile.php.