MediaWiki
REL1_19
|
User interface for the rollback action. More...
Public Member Functions | |
getName () | |
Return the name of the action this object responds to. | |
getRestriction () | |
Get the permission required to perform this action. | |
onView () | |
Show something on GET request. | |
Protected Member Functions | |
getDescription () | |
Returns the description that goes below the <h1> tag. |
User interface for the rollback action.
Definition at line 28 of file RollbackAction.php.
RollbackAction::getDescription | ( | ) | [protected] |
Returns the description that goes below the <h1> tag.
Reimplemented from Action.
Definition at line 117 of file RollbackAction.php.
Return the name of the action this object responds to.
Reimplemented from Action.
Definition at line 30 of file RollbackAction.php.
Get the permission required to perform this action.
Often, but not always, the same as the action name
Reimplemented from Action.
Definition at line 34 of file RollbackAction.php.
Show something on GET request.
Reimplemented from FormlessAction.
Definition at line 38 of file RollbackAction.php.
References $out, $result, Linker\formatComment(), Action\getContext(), Action\getOutput(), Action\getRequest(), Action\getTitle(), Action\getUser(), Action\msg(), DifferenceEngine\showDiff(), Linker\userLink(), Linker\userToolLinks(), wfMessage(), wfMsg(), and wfMsgExt().