MediaWiki REL1_39
MediaWiki\User\ActorStoreFactory Class Reference

Public Member Functions

 __construct (ServiceOptions $options, ILBFactory $loadBalancerFactory, UserNameUtils $userNameUtils, LoggerInterface $logger)
 
 getActorNormalization ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorStore ( $wikiId=WikiAwareEntity::LOCAL)
 
 getUserIdentityLookup ( $wikiId=WikiAwareEntity::LOCAL)
 

Public Attributes

const CONSTRUCTOR_OPTIONS
 

Detailed Description

Definition at line 36 of file ActorStoreFactory.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\User\ActorStoreFactory::__construct ( ServiceOptions $options,
ILBFactory $loadBalancerFactory,
UserNameUtils $userNameUtils,
LoggerInterface $logger )
Parameters
ServiceOptions$options
ILBFactory$loadBalancerFactory
UserNameUtils$userNameUtils
LoggerInterface$logger

Definition at line 68 of file ActorStoreFactory.php.

References MediaWiki\Config\ServiceOptions\assertRequiredOptions(), MediaWiki\Config\ServiceOptions\get(), MediaWiki\MainConfigNames\SharedDB, and MediaWiki\MainConfigNames\SharedTables.

Member Function Documentation

◆ getActorNormalization()

MediaWiki\User\ActorStoreFactory::getActorNormalization ( $wikiId = WikiAwareEntity::LOCAL)
Parameters
string | false$wikiId
Returns
ActorNormalization

Definition at line 86 of file ActorStoreFactory.php.

◆ getActorStore()

MediaWiki\User\ActorStoreFactory::getActorStore ( $wikiId = WikiAwareEntity::LOCAL)
Parameters
string | false$wikiId
Returns
ActorStore

Definition at line 94 of file ActorStoreFactory.php.

◆ getUserIdentityLookup()

MediaWiki\User\ActorStoreFactory::getUserIdentityLookup ( $wikiId = WikiAwareEntity::LOCAL)
Parameters
bool$wikiId
Returns
UserIdentityLookup

Definition at line 118 of file ActorStoreFactory.php.

Member Data Documentation

◆ CONSTRUCTOR_OPTIONS

const MediaWiki\User\ActorStoreFactory::CONSTRUCTOR_OPTIONS
Initial value:
= [
]
const SharedDB
Name constant for the SharedDB setting, for use with Config::get()
const SharedTables
Name constant for the SharedTables setting, for use with Config::get()
Access: internal

Definition at line 39 of file ActorStoreFactory.php.


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