MediaWiki
1.34.0
|
Service for instantiating BlobStores. More...
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 |
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 | ( | ILBFactory | $lbFactory, |
ExternalStoreAccess | $extStoreAccess, | ||
WANObjectCache | $cache, | ||
ServiceOptions | $options | ||
) |
Definition at line 68 of file BlobStoreFactory.php.
References MediaWiki\Storage\BlobStoreFactory\$cache, MediaWiki\Storage\BlobStoreFactory\$extStoreAccess, MediaWiki\Storage\BlobStoreFactory\$lbFactory, MediaWiki\Storage\BlobStoreFactory\$options, and MediaWiki\Config\ServiceOptions\assertRequiredOptions().
MediaWiki\Storage\BlobStoreFactory::newBlobStore | ( | $dbDomain = false | ) |
bool | string | $dbDomain | The ID of the target wiki database. Use false for the local wiki. |
Definition at line 89 of file BlobStoreFactory.php.
References MediaWiki\Storage\BlobStoreFactory\newSqlBlobStore().
MediaWiki\Storage\BlobStoreFactory::newSqlBlobStore | ( | $dbDomain = false | ) |
Definition at line 100 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\newBlobStore().
|
private |
Definition at line 50 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().
|
private |
Definition at line 45 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().
|
private |
Definition at line 40 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().
|
private |
Definition at line 55 of file BlobStoreFactory.php.
Referenced by MediaWiki\Storage\BlobStoreFactory\__construct().