MediaWiki  REL1_21
SpecialBlockme Class Reference

A special page called by proxyCheck.php to block open proxies. More...

Inheritance diagram for SpecialBlockme:
Collaboration diagram for SpecialBlockme:

List of all members.

Public Member Functions

 __construct ()
 execute ($par)
 Default execute method Checks user permissions, calls the function given in mFunction.

Protected Member Functions

 getGroupName ()
 Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Detailed Description

A special page called by proxyCheck.php to block open proxies.

Definition at line 29 of file SpecialBlockme.php.


Constructor & Destructor Documentation

Definition at line 31 of file SpecialBlockme.php.


Member Function Documentation

SpecialBlockme::execute ( subPage)

Default execute method Checks user permissions, calls the function given in mFunction.

This must be overridden by subclasses; it will be made abstract in a future version

Parameters:
$subPagestring|null

Reimplemented from SpecialPage.

Definition at line 35 of file SpecialBlockme.php.

References $user, SpecialPage\getOutput(), SpecialPage\getRequest(), global, SpecialPage\msg(), User\newFromName(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), and text.

Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Returns:
string
Since:
1.21

Reimplemented from SpecialPage.

Definition at line 63 of file SpecialBlockme.php.


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