MediaWiki REL1_39
|
Backend functions for suppressing and unsuppressing all references to a given user, used when blocking with HideUser enabled. More...
Static Public Member Functions | |
static | suppressUserName ( $name, $userId, IDatabase $dbw=null) |
static | unsuppressUserName ( $name, $userId, IDatabase $dbw=null) |
Backend functions for suppressing and unsuppressing all references to a given user, used when blocking with HideUser enabled.
This was spun out of SpecialBlockip.php in 1.18; at some point it needs to be rewritten to either use RevisionDelete abstraction, or at least schema abstraction.
Definition at line 35 of file RevisionDeleteUser.php.
|
static |
string | $name | User name |
int | $userId | Both user name and ID must be provided |
IDatabase | null | $dbw | If you happen to have one lying around |
Definition at line 153 of file RevisionDeleteUser.php.
|
static |
string | $name | User name |
int | $userId | Both user name and ID must be provided |
IDatabase | null | $dbw | If you happen to have one lying around |
Definition at line 163 of file RevisionDeleteUser.php.