MediaWiki REL1_40
|
Holds a list of sites stored in the database. More...
Inherits SiteStore.
Public Member Functions | |
__construct (ILoadBalancer $dbLoadBalancer) | |
clear () | |
Clears the list of sites stored in the database. | |
getSite ( $globalId) | |
getSites () | |
reset () | |
Resets the SiteList. | |
saveSite (Site $site) | |
saveSites (array $sites) | |
Protected Member Functions | |
loadSites () | |
Fetches the site from the database and loads them into the sites field. | |
Protected Attributes | |
SiteList null | $sites = null |
Holds a list of sites stored in the database.
Definition at line 31 of file DBSiteStore.php.
DBSiteStore::__construct | ( | ILoadBalancer | $dbLoadBalancer | ) |
DBSiteStore::clear | ( | ) |
Clears the list of sites stored in the database.
Implements SiteStore.
Definition at line 252 of file DBSiteStore.php.
References DB_PRIMARY, and reset().
DBSiteStore::getSite | ( | $globalId | ) |
string | $globalId |
Implements SiteLookup.
Definition at line 131 of file DBSiteStore.php.
References getSites().
DBSiteStore::getSites | ( | ) |
Implements SiteLookup.
Definition at line 51 of file DBSiteStore.php.
References $sites, and loadSites().
Referenced by getSite().
|
protected |
Fetches the site from the database and loads them into the sites field.
Definition at line 62 of file DBSiteStore.php.
References $dbr, $res, DB_REPLICA, and Site\newForType().
Referenced by getSites().
DBSiteStore::reset | ( | ) |
Resets the SiteList.
Definition at line 241 of file DBSiteStore.php.
Referenced by clear(), and saveSites().
DBSiteStore::saveSite | ( | Site | $site | ) |
Site | $site |
Implements SiteStore.
Definition at line 146 of file DBSiteStore.php.
References saveSites().
DBSiteStore::saveSites | ( | array | $sites | ) |
Site[] | $sites |
Implements SiteStore.
Definition at line 157 of file DBSiteStore.php.
References $sites, $success, DB_PRIMARY, and reset().
Referenced by saveSite().
|
protected |
Definition at line 33 of file DBSiteStore.php.
Referenced by getSites(), and saveSites().