MediaWiki
REL1_24
|
Redirect page: Special:CreateAccount --> Special:UserLogin/signup. More...
Public Member Functions | |
__construct () | |
isListed () | |
Whether this special page is listed in Special:SpecialPages. | |
isRestricted () | |
Can be overridden by subclasses with more complicated permissions schemes. | |
userCanExecute (User $user) | |
Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction). | |
Protected Member Functions | |
getGroupName () | |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. |
Redirect page: Special:CreateAccount --> Special:UserLogin/signup.
Definition at line 30 of file SpecialCreateAccount.php.
Definition at line 31 of file SpecialCreateAccount.php.
References array().
SpecialCreateAccount::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 53 of file SpecialCreateAccount.php.
Whether this special page is listed in Special:SpecialPages.
Reimplemented from UnlistedSpecialPage.
Definition at line 41 of file SpecialCreateAccount.php.
Can be overridden by subclasses with more complicated permissions schemes.
Reimplemented from SpecialPage.
Definition at line 45 of file SpecialCreateAccount.php.
References User\groupHasPermission().
SpecialCreateAccount::userCanExecute | ( | User $ | user | ) |
Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction).
Can be overridden by sub- classes with more complicated permissions schemes.
User | $user | The user to check |
Reimplemented from SpecialPage.
Definition at line 49 of file SpecialCreateAccount.php.
References User\isAllowed().