MediaWiki  REL1_19
SpecialBlockme Class Reference

A special page called by proxy_check.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.

Detailed Description

A special page called by proxy_check.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

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:
$parString subpage string, if one was specified

Reimplemented from SpecialPage.

Definition at line 35 of file SpecialBlockme.php.

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

Here is the call graph for this function:


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