|
MediaWiki
REL1_19
|
Shortcut to construct an includable special page. More...


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}}. | |
Shortcut to construct an includable special page.
Definition at line 940 of file SpecialPage.php.
| IncludableSpecialPage::__construct | ( | $ | name, |
| $ | restriction = '', |
||
| $ | listed = true, |
||
| $ | function = false, |
||
| $ | file = 'default' |
||
| ) |
Definition at line 941 of file SpecialPage.php.
References $file.
Whether it's allowed to transclude the special page via {{Special:Foo/params}}.
Reimplemented from SpecialPage.
Definition at line 947 of file SpecialPage.php.