MediaWiki  1.23.15
SpecialCreateAccount.php
Go to the documentation of this file.
1 <?php
31  function __construct() {
32  parent::__construct( 'CreateAccount', 'Userlogin', 'signup', array( 'returnto', 'returntoquery', 'uselang' ) );
33  }
34 
35  // No reason to hide this link on Special:Specialpages
36  public function isListed() {
37  return true;
38  }
39 
40  protected function getGroupName() {
41  return 'login';
42  }
43 }
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
SpecialRedirectToSpecial
Definition: RedirectSpecialPage.php:106
SpecialCreateAccount
Redirect page: Special:CreateAccount --> Special:UserLogin/signup.
Definition: SpecialCreateAccount.php:30
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
SpecialCreateAccount\__construct
__construct()
Definition: SpecialCreateAccount.php:31
SpecialCreateAccount\getGroupName
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
Definition: SpecialCreateAccount.php:40
SpecialCreateAccount\isListed
isListed()
Whether this special page is listed in Special:SpecialPages.
Definition: SpecialCreateAccount.php:36