MediaWiki REL1_37
|
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 |
Private Attributes | |
ILBFactory | $dbLoadBalancerFactory |
LinkCache | $linkCache |
NamespaceInfo | $namespaceInfo |
ServiceOptions | $options |
StatsdDataFactoryInterface | $stats |
TitleParser | $titleParser |
Definition at line 16 of file PageStoreFactory.php.
MediaWiki\Page\PageStoreFactory::__construct | ( | ServiceOptions | $options, |
ILBFactory | $dbLoadBalancerFactory, | ||
NamespaceInfo | $namespaceInfo, | ||
TitleParser | $titleParser, | ||
LinkCache | $linkCache, | ||
StatsdDataFactoryInterface | $stats | ||
) |
ServiceOptions | $options | |
ILBFactory | $dbLoadBalancerFactory | |
NamespaceInfo | $namespaceInfo | |
TitleParser | $titleParser | |
LinkCache | $linkCache | |
StatsdDataFactoryInterface | $stats |
Definition at line 49 of file PageStoreFactory.php.
References MediaWiki\Page\PageStoreFactory\$dbLoadBalancerFactory, MediaWiki\Page\PageStoreFactory\$linkCache, MediaWiki\Page\PageStoreFactory\$namespaceInfo, MediaWiki\Page\PageStoreFactory\$options, MediaWiki\Page\PageStoreFactory\$stats, MediaWiki\Page\PageStoreFactory\$titleParser, and MediaWiki\Config\ServiceOptions\assertRequiredOptions().
MediaWiki\Page\PageStoreFactory::getPageStore | ( | $wikiId = WikiAwareEntity::LOCAL | ) |
string | false | $wikiId |
Definition at line 72 of file PageStoreFactory.php.
|
private |
Definition at line 27 of file PageStoreFactory.php.
Referenced by MediaWiki\Page\PageStoreFactory\__construct().
|
private |
Definition at line 36 of file PageStoreFactory.php.
Referenced by MediaWiki\Page\PageStoreFactory\__construct().
|
private |
Definition at line 30 of file PageStoreFactory.php.
Referenced by MediaWiki\Page\PageStoreFactory\__construct().
|
private |
Definition at line 24 of file PageStoreFactory.php.
Referenced by MediaWiki\Page\PageStoreFactory\__construct().
|
private |
Definition at line 39 of file PageStoreFactory.php.
Referenced by MediaWiki\Page\PageStoreFactory\__construct().
|
private |
Definition at line 33 of file PageStoreFactory.php.
Referenced by MediaWiki\Page\PageStoreFactory\__construct().
const MediaWiki\Page\PageStoreFactory::CONSTRUCTOR_OPTIONS = PageStore::CONSTRUCTOR_OPTIONS |
Definition at line 21 of file PageStoreFactory.php.