50 parent::__construct( $info );
51 $this->wiki = $info[
'wiki'];
73 return function ( $index ) {
82 $lbFactory = MediaWikiServices::getInstance()->getDBLoadBalancerFactory();
84 return $lbFactory->getMainLB( $this->wiki );
99 $args = func_get_args();
100 array_unshift(
$args, $this->wiki );
102 return implode(
':',
$args );
109 throw new MWException( static::class .
': write operations are not supported.' );