MediaWiki
1.28.0
|
Helper class for file deletion. More...
Public Member Functions | |
__construct (File $file, $reason= '', $suppress=false, $user=null) | |
addCurrent () | |
addOld ($oldName) | |
addOlds () | |
Add the old versions of the image to the batch. More... | |
doDBDeletes () | |
execute () | |
Run the transaction. More... | |
Protected Member Functions | |
doDBInserts () | |
getHashes () | |
getOldRels () | |
removeNonexistentFiles ($batch) | |
Removes non-existent files from a deletion batch. More... | |
Private Attributes | |
array | $archiveUrls = [] |
array | $deletionBatch |
Items to be processed in the deletion batch. More... | |
LocalFile | $file |
string | $reason |
array | $srcRels = [] |
FileRepoStatus | $status |
bool | $suppress |
Whether to suppress all suppressable fields when deleting. More... | |
User | $user |
Helper class for file deletion.
Definition at line 2070 of file LocalFile.php.
LocalFileDeleteBatch::addCurrent | ( | ) |
Definition at line 2114 of file LocalFile.php.
References file.
LocalFileDeleteBatch::addOld | ( | $oldName | ) |
string | $oldName |
Definition at line 2121 of file LocalFile.php.
References file.
Referenced by addOlds().
LocalFileDeleteBatch::addOlds | ( | ) |
Add the old versions of the image to the batch.
Definition at line 2130 of file LocalFile.php.
LocalFileDeleteBatch::doDBDeletes | ( | ) |
Definition at line 2330 of file LocalFile.php.
References file, getOldRels(), and list.
Referenced by execute().
|
protected |
Definition at line 2223 of file LocalFile.php.
References $ext, $reason, $res, as, Revision\DELETED_COMMENT, Revision\DELETED_RESTRICTED, Revision\DELETED_TEXT, Revision\DELETED_USER, file, getOldRels(), list, OldLocalFile\selectFields(), and user.
Referenced by execute().
LocalFileDeleteBatch::execute | ( | ) |
Run the transaction.
Definition at line 2351 of file LocalFile.php.
References $ext, $hashes, $name, $status, as, doDBDeletes(), doDBInserts(), file, getHashes(), StatusValue\isGood(), and removeNonexistentFiles().
|
protected |
Definition at line 2167 of file LocalFile.php.
References $hashes, $name, $res, as, file, getOldRels(), and list.
Referenced by execute().
|
protected |
Definition at line 2151 of file LocalFile.php.
References $srcRels.
Referenced by doDBDeletes(), doDBInserts(), and getHashes().
|
protected |
Removes non-existent files from a deletion batch.
array | $batch |
Definition at line 2411 of file LocalFile.php.
References $batch, $files, as, file, list, StatusValue\newFatal(), and StatusValue\newGood().
Referenced by execute().
|
private |
Definition at line 2081 of file LocalFile.php.
|
private |
Items to be processed in the deletion batch.
Definition at line 2084 of file LocalFile.php.
|
private |
Definition at line 2072 of file LocalFile.php.
Referenced by __construct().
|
private |
Definition at line 2075 of file LocalFile.php.
Referenced by __construct(), and doDBInserts().
|
private |
Definition at line 2078 of file LocalFile.php.
Referenced by getOldRels().
|
private |
Definition at line 2090 of file LocalFile.php.
Referenced by execute().
|
private |
Whether to suppress all suppressable fields when deleting.
Definition at line 2087 of file LocalFile.php.
Referenced by __construct().
|
private |
Definition at line 2093 of file LocalFile.php.
Referenced by __construct().