|
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, RecentChangeLookup $recentChangeLookup) | |
| 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 44 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, | ||
| RecentChangeLookup | $recentChangeLookup ) |
Definition at line 61 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 100 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 114 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 128 of file RevisionStoreFactory.php.