Maintenance script used to fetch page text in a subprocess.
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...
execute()
returns a string containing the following in order: textid \n length of text (-1 on error = failure t...
doGetText( $db, $id)
May throw a database error if, say, the server dies during query.
getDB( $db, $groups=[], $wiki=false)
Returns a database to be used by current maintenance script.
output( $out, $channel=null)
Throw some output to the user.