Пример #1
0
 public function __construct()
 {
     parent::__construct('Lockdb', 'siteadmin');
 }
 function __construct()
 {
     parent::__construct('GlobalRenameUser', 'centralauth-rename');
 }
 public function __construct()
 {
     parent::__construct('GlobalUserMerge', 'centralauth-usermerge');
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct('ChangePassword', 'editmyprivateinfo');
     $this->listed(false);
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct('PasswordReset');
 }
Пример #6
0
 public function __construct()
 {
     parent::__construct('ResetTokens');
 }
Пример #7
0
 public function __construct()
 {
     parent::__construct('BotPasswords', 'editmyprivateinfo');
 }
Пример #8
0
 public function __construct($name = 'RandomInCategory')
 {
     parent::__construct($name);
 }
 public function __construct()
 {
     parent::__construct('GlobalRenameRequest');
 }
Пример #10
0
 function __construct()
 {
     parent::__construct('CreateWiki', 'createwiki');
 }
Пример #11
0
 /**
  * Constructor.
  *
  * @param $request is the request (usually wgRequest)
  * @param $par is everything in the URL after Special:UploadCampaign. Not sure what we can use it for
  */
 public function __construct($request = null, $par = null)
 {
     parent::__construct('UploadCampaign', 'upwizcampaigns', false);
 }
 function __construct()
 {
     parent::__construct('GlobalRenameProgress');
 }
 /**
  * Constructor.
  *
  * @since 0.1
  */
 public function __construct()
 {
     parent::__construct('EditContest', 'contestadmin', false);
 }
Пример #14
0
 public function __construct()
 {
     parent::__construct('Block', 'block');
 }
 public function __construct()
 {
     parent::__construct('CreateHubFeature');
 }
Пример #16
0
 public function __construct()
 {
     parent::__construct('ChangeContentModel', 'editcontentmodel');
 }
 public function __construct()
 {
     parent::__construct('CreateCollaborationHub');
 }
Пример #18
0
 public function __construct()
 {
     parent::__construct('FlowThreadImport', 'commentadmin');
 }
 public function __construct()
 {
     parent::__construct('ChangeEmail', 'editmyprivateinfo');
 }
 public function __construct()
 {
     parent::__construct('PageLanguage', 'pagelang');
 }
 public function __construct()
 {
     parent::__construct('PasswordReset', 'editmyprivateinfo');
 }
Пример #22
0
 function __construct()
 {
     parent::__construct('Redirect');
     $this->mType = null;
     $this->mValue = null;
 }
Пример #23
0
 public function __construct()
 {
     parent::__construct('PasswordReset', 'editmyprivateinfo');
     $this->passwordReset = new PasswordReset($this->getConfig(), AuthManager::singleton());
 }