MediaWiki master
MediaWiki\Page\PageStoreFactory Class Reference

Public Member Functions

 __construct (ServiceOptions $options, ILBFactory $dbLoadBalancerFactory, NamespaceInfo $namespaceInfo, TitleParser $titleParser, LinkCache $linkCache, StatsdDataFactoryInterface $stats)
 
 getPageStore ( $wikiId=WikiAwareEntity::LOCAL)
 

Public Attributes

const CONSTRUCTOR_OPTIONS = PageStore::CONSTRUCTOR_OPTIONS
 

Detailed Description

Since
1.36

Definition at line 16 of file PageStoreFactory.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Page\PageStoreFactory::__construct ( ServiceOptions $options,
ILBFactory $dbLoadBalancerFactory,
NamespaceInfo $namespaceInfo,
TitleParser $titleParser,
LinkCache $linkCache,
StatsdDataFactoryInterface $stats )
Parameters
ServiceOptions$options
ILBFactory$dbLoadBalancerFactory
NamespaceInfo$namespaceInfo
TitleParser$titleParser
LinkCache$linkCache
StatsdDataFactoryInterface$stats

Definition at line 49 of file PageStoreFactory.php.

References MediaWiki\Config\ServiceOptions\assertRequiredOptions().

Member Function Documentation

◆ getPageStore()

MediaWiki\Page\PageStoreFactory::getPageStore ( $wikiId = WikiAwareEntity::LOCAL)
Parameters
string | false$wikiId
Returns
PageStore

Definition at line 72 of file PageStoreFactory.php.

Member Data Documentation

◆ CONSTRUCTOR_OPTIONS

const MediaWiki\Page\PageStoreFactory::CONSTRUCTOR_OPTIONS = PageStore::CONSTRUCTOR_OPTIONS
Access: internal
For use by service wiring

Definition at line 21 of file PageStoreFactory.php.


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