MediaWiki master
|
Maintenance script to do various checks on external storage. More...
Inherits Maintenance.
Public Member Functions | |
__construct () | |
check ( $fix=false, $xml='') | |
execute () | |
importRevision ( $revision) | |
Public Attributes | |
ExternalStoreDB | $dbStore = null |
string[] | $errorDescriptions |
array | $errors |
array | $oldIdMap |
Maintenance script to do various checks on external storage.
@fixme this should extend the base Maintenance class
Definition at line 40 of file checkStorage.php.
CheckStorage::__construct | ( | ) |
Definition at line 49 of file checkStorage.php.
CheckStorage::check | ( | $fix = false, | |
$xml = '' ) |
CheckStorage::execute | ( | ) |
Definition at line 56 of file checkStorage.php.
References check().
CheckStorage::importRevision | ( | $revision | ) |
WikiRevision | $revision |
Definition at line 532 of file checkStorage.php.
ExternalStoreDB CheckStorage::$dbStore = null |
Definition at line 47 of file checkStorage.php.
string [] CheckStorage::$errorDescriptions |
Definition at line 63 of file checkStorage.php.
array CheckStorage::$errors |
Definition at line 44 of file checkStorage.php.
Referenced by check().
array CheckStorage::$oldIdMap |
Definition at line 43 of file checkStorage.php.
Referenced by check().