function __construct()
 {
     parent::__construct('UserAdmin', 'createaccount');
     // Localize look up field values
     foreach ($this->mLookupUserField as $key => $value) {
         $tmp[wfMsg($key)] = $value;
     }
     $this->mLookupUserField = $tmp;
     // Set field names to keys of lookup array
     $this->mFields = array_keys($this->mLookupUserField);
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct('PurgeUser', 'userrights', array());
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct('AddUser', 'createaccount');
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::__construct('MassBlock', 'userrights', array());
 }