static getRevisionText($row, $prefix= 'old_', $wiki=false)
Get revision text associated with an old or archive row $row is usually an object from wfFetchRow()...
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
Maintenance script used to fetch page text in a subprocess.
getDB($db, $groups=[], $wiki=false)
Returns a database to be used by current maintenance script.
require_once RUN_MAINTENANCE_IF_MAIN
execute()
returns a string containing the following in order: textid \n length of text (-1 on error = failure t...
addDescription($text)
Set the description text.
output($out, $channel=null)
Throw some output to the user.
doGetText($db, $id)
May throw a database error if, say, the server dies during query.