MediaWiki
master
|
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 1598 of file LocalFile.php.
LocalFileDeleteBatch::__construct | ( | File $ | file, |
$ | reason = '' , |
||
$ | suppress = false |
||
) |
$file | File |
$reason | string |
$suppress | bool |
Definition at line 1612 of file LocalFile.php.
Definition at line 1619 of file LocalFile.php.
LocalFileDeleteBatch::addOld | ( | $ | oldName | ) |
$oldName | string |
Definition at line 1626 of file LocalFile.php.
Add the old versions of the image to the batch.
Definition at line 1635 of file LocalFile.php.
Definition at line 1815 of file LocalFile.php.
Definition at line 1727 of file LocalFile.php.
LocalFileDeleteBatch::getHashes | ( | ) | [protected] |
Definition at line 1672 of file LocalFile.php.
Definition at line 1656 of file LocalFile.php.
LocalFileDeleteBatch::removeNonexistentFiles | ( | $ | batch | ) |
Removes non-existent files from a deletion batch.
$batch | array |
Definition at line 1916 of file LocalFile.php.
LocalFileDeleteBatch::$archiveUrls = array() |
Definition at line 1604 of file LocalFile.php.
LocalFileDeleteBatch::$deletionBatch |
Definition at line 1604 of file LocalFile.php.
Definition at line 1602 of file LocalFile.php.
LocalFileDeleteBatch::$reason |
Definition at line 1604 of file LocalFile.php.
LocalFileDeleteBatch::$srcRels = array() |
Definition at line 1604 of file LocalFile.php.
LocalFileDeleteBatch::$status |
Definition at line 1605 of file LocalFile.php.
LocalFileDeleteBatch::$suppress |
Definition at line 1604 of file LocalFile.php.