Manual:PageStoreFactory.php

Category:MediaWiki code#PageStoreFactory.php

Class used internally by the software for service wiring.

Instantiation

MediaWikiServices::getInstance->getPageStoreFactory()

Public methods

  • getPageStore( $wikiId ) - get PageStore object based on the wiki id.
Category:MediaWiki code