MediaWiki  1.23.14
IncludableSpecialPage.php
Go to the documentation of this file.
1 <?php
30  function __construct(
31  $name, $restriction = '', $listed = true, $function = false, $file = 'default'
32  ) {
33  parent::__construct( $name, $restriction, $listed, $function, $file, true );
34  }
35 
36  public function isIncludable() {
37  return true;
38  }
39 }
IncludableSpecialPage\isIncludable
isIncludable()
Whether it's allowed to transclude the special page via {{Special:Foo/params}}.
Definition: IncludableSpecialPage.php:36
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
IncludableSpecialPage
Shortcut to construct an includable special page.
Definition: IncludableSpecialPage.php:29
IncludableSpecialPage\__construct
__construct( $name, $restriction='', $listed=true, $function=false, $file='default')
Definition: IncludableSpecialPage.php:30
$name
Allows to change the fields on the form that will be generated $name
Definition: hooks.txt:336
SpecialPage
Parent class for all special pages.
Definition: SpecialPage.php:33
$file
if(PHP_SAPI !='cli') $file
Definition: UtfNormalTest2.php:30