MediaWiki
1.32.5
|
Service for instantiating BlobStores. More...
Public Member Functions | |
__construct (LBFactory $lbFactory, WANObjectCache $cache, Config $mainConfig, Language $contLang) | |
newBlobStore ( $wikiId=false) | |
newSqlBlobStore ( $wikiId=false) | |
Private Attributes | |
WANObjectCache | $cache |
Config | $config |
Language | $contLang |
LBFactory | $lbFactory |
Service for instantiating BlobStores.
This can be used to create BlobStore objects for other wikis.
Definition at line 35 of file BlobStoreFactory.php.
MediaWiki\Storage\BlobStoreFactory::__construct | ( | LBFactory | $lbFactory, |
WANObjectCache | $cache, | ||
Config | $mainConfig, | ||
Language | $contLang | ||
) |
Definition at line 57 of file BlobStoreFactory.php.
References MediaWiki\Storage\BlobStoreFactory\$cache, MediaWiki\Storage\BlobStoreFactory\$contLang, MediaWiki\Storage\BlobStoreFactory\$lbFactory, and cache.
MediaWiki\Storage\BlobStoreFactory::newBlobStore | ( | $wikiId = false | ) |
bool | string | $wikiId | The ID of the target wiki database. Use false for the local wiki. |
Definition at line 76 of file BlobStoreFactory.php.
References MediaWiki\Storage\BlobStoreFactory\newSqlBlobStore().
MediaWiki\Storage\BlobStoreFactory::newSqlBlobStore | ( | $wikiId = false | ) |
Definition at line 87 of file BlobStoreFactory.php.
References MediaWiki\Storage\BlobStoreFactory\$contLang, cache, and false.
Referenced by MediaWiki\Storage\BlobStoreFactory\newBlobStore().
|
private |
Definition at line 45 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().
|
private |
Definition at line 50 of file BlobStoreFactory.php.
|
private |
Definition at line 55 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\__construct(), and MediaWiki\Storage\BlobStoreFactory\newSqlBlobStore().
|
private |
Definition at line 40 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().