MediaWiki  1.23.0
UserCache Class Reference

Public Member Functions

 doQuery (array $userIds, $options=array(), $caller='')
 Preloads user names for given list of users. More...
 
 getProp ( $userId, $prop)
 Get a property of a user based on their user ID. More...
 
 getUserName ( $userId, $ip)
 Get the name of a user or return $ip if the user ID is 0. More...
 

Static Public Member Functions

static singleton ()
 

Protected Member Functions

 __construct ()
 
 queryNeeded ( $uid, $type, array $options)
 Check if a cache type is in $options and was not loaded for this user. More...
 

Protected Attributes

 $cache = array()
 
 $typesCached = array()
 

Detailed Description

Since
1.20

Definition at line 27 of file UserCache.php.

Constructor & Destructor Documentation

◆ __construct()

UserCache::__construct ( )
protected

Definition at line 43 of file UserCache.php.

Member Function Documentation

◆ doQuery()

UserCache::doQuery ( array  $userIds,
  $options = array(),
  $caller = '' 
)

Preloads user names for given list of users.

Parameters
array$userIdsList of user IDs
array$optionsOption flags; include 'userpage' and 'usertalk'
string$callerthe calling method

Definition at line 82 of file UserCache.php.

References $comment, $dbr, $lb, $name, $options, $res, array(), as, cache, DB_SLAVE, NS_USER, NS_USER_TALK, queryNeeded(), wfGetDB(), wfProfileIn(), and wfProfileOut().

Referenced by getProp().

◆ getProp()

UserCache::getProp (   $userId,
  $prop 
)

Get a property of a user based on their user ID.

Parameters
$userIdinteger User ID
string$propUser property
Returns
mixed The property or false if the user does not exist

Definition at line 53 of file UserCache.php.

References array(), cache, doQuery(), and wfDebug().

Referenced by getUserName().

◆ getUserName()

UserCache::getUserName (   $userId,
  $ip 
)

Get the name of a user or return $ip if the user ID is 0.

Parameters
integer$userId
string$ip
Returns
string
Since
1.22

Definition at line 72 of file UserCache.php.

References getProp().

◆ queryNeeded()

UserCache::queryNeeded (   $uid,
  $type,
array  $options 
)
protected

Check if a cache type is in $options and was not loaded for this user.

Parameters
$uidinteger user ID
string$typeCache type
array$optionsRequested cache types
Returns
bool

Definition at line 148 of file UserCache.php.

References $options, and $type.

Referenced by doQuery().

◆ singleton()

static UserCache::singleton ( )
static

Member Data Documentation

◆ $cache

UserCache::$cache = array()
protected

Definition at line 28 of file UserCache.php.

◆ $typesCached

UserCache::$typesCached = array()
protected

Definition at line 29 of file UserCache.php.


The documentation for this class was generated from the following file: