addDescription( $text)
Set the description text.
require_once RUN_MAINTENANCE_IF_MAIN
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
updateSearchIndex( $maxLockTime, $callback, $dbw, $results)
Perform a search index update with locking.
addOption( $name, $description, $required=false, $withArg=false, $shortName=false, $multiOccurrence=false)
Add a parameter to the script.
updateSearchIndexForPage( $dbw, $pageId)
Update the searchindex table for a given pageid.
getOption( $name, $default=null)
Get an option, or return the default.
getDB( $db, $groups=[], $wiki=false)
Returns a database to be used by current maintenance script.
error( $err, $die=0)
Throw an error to the user.
output( $out, $channel=null)
Throw some output to the user.