MediaWiki  1.29.2
ReadOnlyMode Class Reference

A service class for fetching the wiki's current read-only mode. More...

Collaboration diagram for ReadOnlyMode:

Public Member Functions

 __construct (ConfiguredReadOnlyMode $cro, LoadBalancer $loadBalancer)
 
 clearCache ()
 Clear the cache of the read only file. More...
 
 getReason ()
 Check if the site is in read-only mode and return the message if so. More...
 
 isReadOnly ()
 Check whether the wiki is in read-only mode. More...
 
 setReason ( $msg)
 Set the read-only mode, which will apply for the remainder of the request or until a service reset. More...
 

Private Attributes

ConfiguredReadOnlyMode $configuredReadOnly
 
LoadBalancer $loadBalancer
 

Detailed Description

A service class for fetching the wiki's current read-only mode.

To obtain an instance, use MediaWikiServices::getReadOnlyMode().

Since
1.29

Definition at line 11 of file ReadOnlyMode.php.

Constructor & Destructor Documentation

◆ __construct()

ReadOnlyMode::__construct ( ConfiguredReadOnlyMode  $cro,
LoadBalancer  $loadBalancer 
)

Definition at line 18 of file ReadOnlyMode.php.

References $loadBalancer.

Member Function Documentation

◆ clearCache()

ReadOnlyMode::clearCache ( )

Clear the cache of the read only file.

Definition at line 65 of file ReadOnlyMode.php.

◆ getReason()

ReadOnlyMode::getReason ( )

Check if the site is in read-only mode and return the message if so.

This checks the configuration and registered DB load balancers for read-only mode. This may result in DB connection being made.

Returns
string|bool String when in read-only mode; false otherwise

Definition at line 40 of file ReadOnlyMode.php.

Referenced by isReadOnly().

◆ isReadOnly()

ReadOnlyMode::isReadOnly ( )

Check whether the wiki is in read-only mode.

Returns
bool

Definition at line 28 of file ReadOnlyMode.php.

References getReason().

◆ setReason()

ReadOnlyMode::setReason (   $msg)

Set the read-only mode, which will apply for the remainder of the request or until a service reset.

Parameters
string | null$msg

Definition at line 58 of file ReadOnlyMode.php.

Member Data Documentation

◆ $configuredReadOnly

ConfiguredReadOnlyMode ReadOnlyMode::$configuredReadOnly
private

Definition at line 13 of file ReadOnlyMode.php.

◆ $loadBalancer

LoadBalancer ReadOnlyMode::$loadBalancer
private

Definition at line 16 of file ReadOnlyMode.php.

Referenced by __construct().


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