14use Psr\Log\LoggerInterface;
22 private $instances = [];
28 private readonly LoggerInterface $logger,
45 $key = (string)$wikiId;
46 if ( !isset( $this->instances[$key] ) ) {
49 $this->groupPermissionsLookup,
52 $this->userEditTracker,
53 $this->userRegistrationLookup,
61 return $this->instances[$key];
Interface for objects which can provide a MediaWiki context on request.