MediaWiki
REL1_19
|
Public Member Functions | |
getDescription () | |
Returns the description that goes below the <h1> tag. | |
getName () | |
Return the name of the action this object responds to. | |
onView () | |
Show something on GET request. | |
requiresUnblock () | |
Whether this action can still be executed by a blocked user. | |
show () | |
The main action entry point. |
Definition at line 26 of file RevisiondeleteAction.php.
Returns the description that goes below the <h1> tag.
Reimplemented from Action.
Definition at line 36 of file RevisiondeleteAction.php.
Return the name of the action this object responds to.
Reimplemented from Action.
Definition at line 28 of file RevisiondeleteAction.php.
Show something on GET request.
Reimplemented from FormlessAction.
Definition at line 40 of file RevisiondeleteAction.php.
Whether this action can still be executed by a blocked user.
Reimplemented from Action.
Definition at line 32 of file RevisiondeleteAction.php.
The main action entry point.
Do all output for display and send it to the context output. Do not use globals $wgOut, $wgRequest, etc, in implementations; use $this->getOutput(), etc.
ErrorPageError |
Reimplemented from FormlessAction.
Definition at line 44 of file RevisiondeleteAction.php.
References Action\getContext(), and SpecialPageFactory\getPage().