MediaWiki  1.34.0
MediaWiki\Storage\BlobStoreFactory Class Reference

Service for instantiating BlobStores. More...

Collaboration diagram for MediaWiki\Storage\BlobStoreFactory:

Public Member Functions

 __construct (ILBFactory $lbFactory, ExternalStoreAccess $extStoreAccess, WANObjectCache $cache, ServiceOptions $options)
 
 newBlobStore ( $dbDomain=false)
 
 newSqlBlobStore ( $dbDomain=false)
 

Private Attributes

WANObjectCache $cache
 
ExternalStoreAccess $extStoreAccess
 
ILBFactory $lbFactory
 
ServiceOptions $options
 

Detailed Description

Service for instantiating BlobStores.

This can be used to create BlobStore objects for other wikis.

Since
1.31

Definition at line 35 of file BlobStoreFactory.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ newBlobStore()

MediaWiki\Storage\BlobStoreFactory::newBlobStore (   $dbDomain = false)
Since
1.31
Parameters
bool | string$dbDomainThe ID of the target wiki database. Use false for the local wiki.
Returns
BlobStore

Definition at line 89 of file BlobStoreFactory.php.

References MediaWiki\Storage\BlobStoreFactory\newSqlBlobStore().

◆ newSqlBlobStore()

MediaWiki\Storage\BlobStoreFactory::newSqlBlobStore (   $dbDomain = false)

Member Data Documentation

◆ $cache

WANObjectCache MediaWiki\Storage\BlobStoreFactory::$cache
private

Definition at line 50 of file BlobStoreFactory.php.

Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().

◆ $extStoreAccess

ExternalStoreAccess MediaWiki\Storage\BlobStoreFactory::$extStoreAccess
private

Definition at line 45 of file BlobStoreFactory.php.

Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().

◆ $lbFactory

ILBFactory MediaWiki\Storage\BlobStoreFactory::$lbFactory
private

Definition at line 40 of file BlobStoreFactory.php.

Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().

◆ $options

ServiceOptions MediaWiki\Storage\BlobStoreFactory::$options
private

Definition at line 55 of file BlobStoreFactory.php.

Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().


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