MediaWiki master
MessageInfo.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Language;
4
12 public ?string $usedKey = null;
16 public ?string $langCode = null;
17}
Class to hold extra information about the result of a MessageCache::get() call.
string string null $usedKey
The message key used, after overrides.
string string null $langCode
The language code used, after fallbacks.