MediaWiki  REL1_19
IncludableSpecialPage Class Reference

Shortcut to construct an includable special page. More...

Inheritance diagram for IncludableSpecialPage:
Collaboration diagram for IncludableSpecialPage:

List of all members.

Public Member Functions

 __construct ($name, $restriction= '', $listed=true, $function=false, $file= 'default')
 isIncludable ()
 Whether it's allowed to transclude the special page via {{Special:Foo/params}}.

Detailed Description

Shortcut to construct an includable special page.

Definition at line 940 of file SpecialPage.php.


Constructor & Destructor Documentation

IncludableSpecialPage::__construct ( name,
restriction = '',
listed = true,
function = false,
file = 'default' 
)

Definition at line 941 of file SpecialPage.php.

References $file.


Member Function Documentation

Whether it's allowed to transclude the special page via {{Special:Foo/params}}.

Returns:
Bool

Reimplemented from SpecialPage.

Definition at line 947 of file SpecialPage.php.


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