MediaWiki
REL1_19
|
Static Public Member Functions | |
static | suppressUserName ($name, $userId, $dbw=null) |
static | unsuppressUserName ($name, $userId, $dbw=null) |
Static Private Member Functions | |
static | setUsernameBitfields ($name, $userId, $op, $dbw) |
Update *_deleted bitfields in various tables to hide or unhide usernames. |
Definition at line 26 of file RevisionDeleteUser.php.
static RevisionDeleteUser::setUsernameBitfields | ( | $ | name, |
$ | userId, | ||
$ | op, | ||
$ | dbw | ||
) | [static, private] |
Update *_deleted bitfields in various tables to hide or unhide usernames.
$name | String username |
$userId | Int user id |
$op | String operator '|' or '&' |
$dbw | null|Database, if you happen to have one lying around |
Definition at line 36 of file RevisionDeleteUser.php.
References LogPage\DELETED_ACTION, Revision\DELETED_RESTRICTED, Revision\DELETED_USER, Title\makeTitleSafe(), and wfGetDB().
Referenced by suppressUserName(), and unsuppressUserName().
static RevisionDeleteUser::suppressUserName | ( | $ | name, |
$ | userId, | ||
$ | dbw = null |
||
) | [static] |
Definition at line 123 of file RevisionDeleteUser.php.
References setUsernameBitfields().
Referenced by SpecialBlock\processForm().
static RevisionDeleteUser::unsuppressUserName | ( | $ | name, |
$ | userId, | ||
$ | dbw = null |
||
) | [static] |
Definition at line 127 of file RevisionDeleteUser.php.
References setUsernameBitfields().
Referenced by SpecialBlock\processForm(), and SpecialUnblock\processUnblock().