MediaWiki master
|
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. | |
Class to hold extra information about the result of a MessageCache::get() call.
Definition at line 8 of file MessageInfo.php.
string string null MediaWiki\Language\MessageInfo::$langCode = null |
The language code used, after fallbacks.
Definition at line 16 of file MessageInfo.php.
string string null MediaWiki\Language\MessageInfo::$usedKey = null |
The message key used, after overrides.
Definition at line 12 of file MessageInfo.php.