MediaWiki  REL1_22
RevisiondeleteAction Class Reference

An action that just pass the request to Special:RevisionDelete. More...

Inheritance diagram for RevisiondeleteAction:
Collaboration diagram for RevisiondeleteAction:

List of all members.

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.

Detailed Description

An action that just pass the request to Special:RevisionDelete.

Definition at line 31 of file RevisiondeleteAction.php.


Member Function Documentation

Returns the description that goes below the <h1> tag.

Returns:
String

Reimplemented from Action.

Definition at line 41 of file RevisiondeleteAction.php.

Return the name of the action this object responds to.

Returns:
String lowercase

Reimplemented from Action.

Definition at line 33 of file RevisiondeleteAction.php.

Show something on GET request.

Returns:
String|null will be added to the HTMLForm if present, or just added to the output if not. Return null to not add anything

Reimplemented from FormlessAction.

Definition at line 45 of file RevisiondeleteAction.php.

Whether this action can still be executed by a blocked user.

Returns:
Bool

Reimplemented from Action.

Definition at line 37 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.

Exceptions:
ErrorPageError

Reimplemented from FormlessAction.

Definition at line 49 of file RevisiondeleteAction.php.

References Action\getContext(), and SpecialPageFactory\getPage().


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