MediaWiki REL1_33
|
Caches user genders when needed to use correct namespace aliases. More...
Public Member Functions | |
doLinkBatch ( $data, $caller='') | |
Wrapper for doQuery that processes raw LinkBatch data. | |
doQuery ( $users, $caller='') | |
Preloads genders for given list of users. | |
doTitlesArray ( $titles, $caller='') | |
Wrapper for doQuery that processes a title or string array. | |
getGenderOf ( $username, $caller='') | |
Returns the gender for given username. | |
Static Public Member Functions | |
static | singleton () |
Protected Member Functions | |
getDefault () | |
Returns the default gender option in this wiki. | |
Protected Attributes | |
$cache = [] | |
$default | |
$misses = 0 | |
$missLimit = 1000 | |
Static Private Member Functions | |
static | normalizeUsername ( $username) |
Caches user genders when needed to use correct namespace aliases.
Definition at line 31 of file GenderCache.php.
GenderCache::doLinkBatch | ( | $data, | |
$caller = '' |
|||
) |
GenderCache::doQuery | ( | $users, | |
$caller = '' |
|||
) |
Preloads genders for given list of users.
array | string | $users | Usernames |
string | $caller | The calling method |
Definition at line 139 of file GenderCache.php.
References $dbr, $default, $name, $res, $value, array(), as, cache, DB_REPLICA, getDefault(), User\isValidUserName(), and wfGetDB().
Referenced by doLinkBatch(), doTitlesArray(), and getGenderOf().
GenderCache::doTitlesArray | ( | $titles, | |
$caller = '' |
|||
) |
|
protected |
Returns the default gender option in this wiki.
Definition at line 49 of file GenderCache.php.
References User\getDefaultOption().
Referenced by doQuery(), and getGenderOf().
GenderCache::getGenderOf | ( | $username, | |
$caller = '' |
|||
) |
Returns the gender for given username.
string | User | $username | |
string | $caller | The calling method |
Definition at line 63 of file GenderCache.php.
References $username, cache, doQuery(), getDefault(), and wfDebug().
|
staticprivate |
Definition at line 178 of file GenderCache.php.
References $username.
|
static |
Definition at line 41 of file GenderCache.php.
|
protected |
Definition at line 32 of file GenderCache.php.
|
protected |
Definition at line 33 of file GenderCache.php.
Referenced by doQuery().
|
protected |
Definition at line 34 of file GenderCache.php.
|
protected |
Definition at line 35 of file GenderCache.php.