MediaWiki master
MediaWiki\ChangeTags\ChangeTagsStoreFactory Class Reference

A factory for ChangeTagsStore instances. More...

Public Member Functions

 __construct (private IConnectionProvider $dbProvider, private NameTableStoreFactory $changeTagDefStoreFactory, private WANObjectCache $wanCache, private HookContainer $hookContainer, private LoggerInterface $logger, private UserFactory $userFactory, private ServiceOptions $options)
 
 getChangeTagsStore (string|false $wiki=false)
 Returns a ChangeTagsStore for the requested wiki.
 

Detailed Description

A factory for ChangeTagsStore instances.

Since
1.46

Definition at line 23 of file ChangeTagsStoreFactory.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\ChangeTags\ChangeTagsStoreFactory::__construct ( private IConnectionProvider $dbProvider,
private NameTableStoreFactory $changeTagDefStoreFactory,
private WANObjectCache $wanCache,
private HookContainer $hookContainer,
private LoggerInterface $logger,
private UserFactory $userFactory,
private ServiceOptions $options )

Definition at line 25 of file ChangeTagsStoreFactory.php.

Member Function Documentation

◆ getChangeTagsStore()

MediaWiki\ChangeTags\ChangeTagsStoreFactory::getChangeTagsStore ( string|false $wiki = false)

Returns a ChangeTagsStore for the requested wiki.

Definition at line 39 of file ChangeTagsStoreFactory.php.


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