MediaWiki master
|
Inherits Maintenance.
Public Member Functions | |
__construct () | |
execute () | |
Public Attributes | |
int | $batchSize = 1000 |
string[] | $clusters |
bool | $doBlobOrphans |
int | $reportingInterval = 10 |
IExpression null | $textClause |
array | $trackedBlobs = [] |
Definition at line 33 of file trackBlobs.php.
TrackBlobs::__construct | ( | ) |
Definition at line 48 of file trackBlobs.php.
TrackBlobs::execute | ( | ) |
Definition at line 59 of file trackBlobs.php.
int TrackBlobs::$batchSize = 1000 |
Definition at line 44 of file trackBlobs.php.
string [] TrackBlobs::$clusters |
Definition at line 35 of file trackBlobs.php.
bool TrackBlobs::$doBlobOrphans |
Definition at line 39 of file trackBlobs.php.
int TrackBlobs::$reportingInterval = 10 |
Definition at line 46 of file trackBlobs.php.
IExpression null TrackBlobs::$textClause |
Definition at line 37 of file trackBlobs.php.
array TrackBlobs::$trackedBlobs = [] |
Definition at line 41 of file trackBlobs.php.