MediaWiki master
MediaWiki\Language\MessageInfo Class Reference

Class to hold extra information about the result of a MessageCache::get() call. More...

Public Attributes

string string null $langCode = null
 The language code used, after fallbacks.
 
string string null $usedKey = null
 The message key used, after overrides.
 

Detailed Description

Class to hold extra information about the result of a MessageCache::get() call.

Definition at line 8 of file MessageInfo.php.

Member Data Documentation

◆ $langCode

string string null MediaWiki\Language\MessageInfo::$langCode = null

The language code used, after fallbacks.

Definition at line 16 of file MessageInfo.php.

◆ $usedKey

string string null MediaWiki\Language\MessageInfo::$usedKey = null

The message key used, after overrides.

Definition at line 12 of file MessageInfo.php.


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