|
MediaWiki
1.23.0
|


Public Member Functions | |
| getSiteGroup ( $group) | |
Public Member Functions inherited from SiteSQLStore | |
| clear () | |
| Clears the list of sites stored in the database. More... | |
| getSite ( $globalId, $source='cache') | |
| getSites ( $source='cache') | |
| reset () | |
| Purges the internal and external cache of the site list, forcing the list of sites to be re-read from the database. More... | |
| saveSite (Site $site) | |
| saveSites (array $sites) | |
Static Public Member Functions | |
| static | newSite ( $globalId=false) |
| Factory for creating new site objects. More... | |
| static | singleton () |
Static Public Member Functions inherited from SiteSQLStore | |
| static | newInstance (ORMTable $sitesTable=null) |
Additional Inherited Members | |
Protected Member Functions inherited from SiteSQLStore | |
| __construct (ORMTable $sitesTable=null) | |
| Constructor. More... | |
| getCacheKey () | |
| Constructs a cache key to use for caching the list of sites. More... | |
| getRowFromSite (Site $site) | |
| Get a new ORMRow from a Site object. More... | |
| loadSites () | |
| Fetches the site from the database and loads them into the sites field. More... | |
| newSitesTable () | |
| siteFromRow (ORMRow $siteRow) | |
| Returns a new Site object constructed from the provided ORMRow. More... | |
Protected Attributes inherited from SiteSQLStore | |
| SiteList null | $sites = null |
| ORMTable | $sitesTable |
Definition at line 459 of file SiteSQLStore.php.
| Sites::getSiteGroup | ( | $group | ) |
Definition at line 499 of file SiteSQLStore.php.
References SiteSQLStore\getSites().
|
static |
Factory for creating new site objects.
| string|boolean | false $globalId |
Definition at line 471 of file SiteSQLStore.php.
|
static |