MediaWiki master
|
Factory service for RevisionStore instances. More...
Public Member Functions | |
__construct (ILBFactory $dbLoadBalancerFactory, BlobStoreFactory $blobStoreFactory, NameTableStoreFactory $nameTables, SlotRoleRegistry $slotRoleRegistry, WANObjectCache $cache, BagOStuff $localCache, CommentStore $commentStore, ActorStoreFactory $actorStoreFactory, LoggerInterface $logger, IContentHandlerFactory $contentHandlerFactory, PageStoreFactory $pageStoreFactory, TitleFactory $titleFactory, HookContainer $hookContainer) | |
getRevisionStore ( $dbDomain=false) | |
getRevisionStoreForImport ( $dbDomain=false) | |
getRevisionStoreForUndelete ( $dbDomain=false) | |
Factory service for RevisionStore instances.
This allows RevisionStores to be created for cross-wiki access.
Definition at line 56 of file RevisionStoreFactory.php.
MediaWiki\Revision\RevisionStoreFactory::__construct | ( | ILBFactory | $dbLoadBalancerFactory, |
BlobStoreFactory | $blobStoreFactory, | ||
NameTableStoreFactory | $nameTables, | ||
SlotRoleRegistry | $slotRoleRegistry, | ||
WANObjectCache | $cache, | ||
BagOStuff | $localCache, | ||
CommentStore | $commentStore, | ||
ActorStoreFactory | $actorStoreFactory, | ||
LoggerInterface | $logger, | ||
IContentHandlerFactory | $contentHandlerFactory, | ||
PageStoreFactory | $pageStoreFactory, | ||
TitleFactory | $titleFactory, | ||
HookContainer | $hookContainer ) |
ILBFactory | $dbLoadBalancerFactory | |
BlobStoreFactory | $blobStoreFactory | |
NameTableStoreFactory | $nameTables | |
SlotRoleRegistry | $slotRoleRegistry | |
WANObjectCache | $cache | |
BagOStuff | $localCache | |
CommentStore | $commentStore | |
ActorStoreFactory | $actorStoreFactory | |
LoggerInterface | $logger | |
IContentHandlerFactory | $contentHandlerFactory | |
PageStoreFactory | $pageStoreFactory | |
TitleFactory | $titleFactory | |
HookContainer | $hookContainer |
Definition at line 106 of file RevisionStoreFactory.php.
MediaWiki\Revision\RevisionStoreFactory::getRevisionStore | ( | $dbDomain = false | ) |
false | string | $dbDomain | DB domain of the relevant wiki or false for the current one |
Definition at line 143 of file RevisionStoreFactory.php.
MediaWiki\Revision\RevisionStoreFactory::getRevisionStoreForImport | ( | $dbDomain = false | ) |
false | string | $dbDomain | DB domain of the relevant wiki or false for the current one |
Definition at line 157 of file RevisionStoreFactory.php.
MediaWiki\Revision\RevisionStoreFactory::getRevisionStoreForUndelete | ( | $dbDomain = false | ) |
false | string | $dbDomain | DB domain of the relevant wiki or false for the current one |
Definition at line 171 of file RevisionStoreFactory.php.