MediaWiki  REL1_22
RevertAction Class Reference

Dummy class for pages not in NS_FILE. More...

Inheritance diagram for RevertAction:
Collaboration diagram for RevertAction:

List of all members.

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.

Detailed Description

Dummy class for pages not in NS_FILE.

Definition at line 31 of file RevertAction.php.


Member Function Documentation

Execute the action in a silent fashion: do not display anything or release any errors.

Returns:
Bool whether execution was successful

Reimplemented from Action.

Definition at line 41 of file RevertAction.php.

Return the name of the action this object responds to.

Returns:
String lowercase

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.

Exceptions:
ErrorPageError

Reimplemented from Action.

Definition at line 37 of file RevertAction.php.

References Action\getOutput().


The documentation for this class was generated from the following file: