MediaWiki
REL1_22
|
Dummy class for pages not in NS_FILE. More...
Public Member Functions | |
execute () | |
Execute the action in a silent fashion: do not display anything or release any errors. | |
getName () | |
Return the name of the action this object responds to. | |
show () | |
The main action entry point. |
Dummy class for pages not in NS_FILE.
Definition at line 31 of file RevertAction.php.
Execute the action in a silent fashion: do not display anything or release any errors.
Reimplemented from Action.
Definition at line 41 of file RevertAction.php.
Return the name of the action this object responds to.
Reimplemented from Action.
Definition at line 33 of file RevertAction.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 Action.
Definition at line 37 of file RevertAction.php.
References Action\getOutput().