MediaWiki  REL1_22
UnprotectAction Class Reference

Handle page unprotection. More...

Inheritance diagram for UnprotectAction:
Collaboration diagram for UnprotectAction:

List of all members.

Public Member Functions

 getName ()
 Return the name of the action this object responds to.
 show ()
 The main action entry point.

Detailed Description

Handle page unprotection.

This is a wrapper that will call Article::unprotect().

Definition at line 58 of file ProtectAction.php.


Member Function Documentation

Return the name of the action this object responds to.

Returns:
String lowercase

Reimplemented from ProtectAction.

Definition at line 60 of file ProtectAction.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 ProtectAction.

Definition at line 64 of file ProtectAction.php.

References page.


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