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...
addOption( $name, $description, $required=false, $withArg=false, $shortName=false, $multiOccurrence=false)
Add a parameter to the script.
getOption( $name, $default=null)
Get an option, or return the default.
addArg( $arg, $description, $required=true)
Add some args that are needed.
you have access to all of the normal MediaWiki so you can get a DB use the etc For full docs on the Maintenance class
getArg( $argId=0, $default=null)
Get an argument.