MediaWiki master
MediaWiki\User\ActorStoreFactory Class Reference

Public Member Functions

 __construct (ServiceOptions $options, ILBFactory $loadBalancerFactory, UserNameUtils $userNameUtils, TempUserConfig $tempUserConfig, LoggerInterface $logger, HideUserUtils $hideUserUtils)
 
 getActorNormalization ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorNormalizationForImport ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorStore ( $wikiId=WikiAwareEntity::LOCAL)
 
 getActorStoreForImport ( $wikiId=WikiAwareEntity::LOCAL)
 
 getUserIdentityLookup ( $wikiId=WikiAwareEntity::LOCAL)
 

Public Attributes

const CONSTRUCTOR_OPTIONS
 

Detailed Description

Definition at line 38 of file ActorStoreFactory.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 69 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 91 of file ActorStoreFactory.php.

◆ getActorNormalizationForImport()

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

Definition at line 100 of file ActorStoreFactory.php.

◆ getActorStore()

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

Definition at line 110 of file ActorStoreFactory.php.

◆ getActorStoreForImport()

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

Definition at line 119 of file ActorStoreFactory.php.

◆ getUserIdentityLookup()

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

Definition at line 160 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 41 of file ActorStoreFactory.php.


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