onView()
Show something on GET request.
An action that just passes the request to the relevant special page.
getName()
Return the name of the action this object responds to.
static array $actionToSpecialPageMapping
A mapping of action names to special page names.
requiresUnblock()
Whether this action can still be executed by a blocked user.
doesWrites()
Indicates whether this action may perform database writes.
static getPage( $name)
Find the object with a given name and return it (or NULL)
show()
The main action entry point.
An error page which can definitely be safely rendered using the OutputPage.
getDescription()
Returns the description that goes below the <h1> tag.