52 parent::__construct( $info );
53 $this->wiki = $info[
'wiki'];
62 return wfGetLB( $this->wiki )->getConnectionRef(
DB_MASTER, [], $this->wiki );
76 return function ( $index ) {
77 return wfGetLB( $this->wiki )->getConnectionRef( $index, [], $this->wiki );
93 $args = func_get_args();
94 array_unshift(
$args, $this->wiki );
96 return implode(
':',
$args );
103 throw new MWException( static::class .
': write operations are not supported.' );
wfGetLB( $wiki=false)
Get a load balancer object.
wfSplitWikiID( $wiki)
Split a wiki ID into DB name and table prefix.
getInfo()
Return information about the repository.
A foreign repository with a MediaWiki database accessible via the configured LBFactory.
getInfo()
Return information about the repository.
array $fileFromRowFactory
getSharedCacheKey()
Get a key on the primary cache for this repository.
assertWritableRepo()
Throw an exception if this repo is read-only by design.
A repository that stores files in the local filesystem and registers them in the wiki's own database.
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list