Page MenuHomeWickedGov Phorge

MessageInfo.php
No OneTemporary

Size
358 B
Referenced Files
None
Subscribers
None

MessageInfo.php

<?php
namespace MediaWiki\Language;
/**
* Class to hold extra information about the result of a MessageCache::get() call.
*/
class MessageInfo {
/**
* @var string|null The message key used, after overrides
*/
public ?string $usedKey = null;
/**
* @var string|null The language code used, after fallbacks
*/
public ?string $langCode = null;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 15:02 (1 d, 5 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
47/42/67754c2c5051e58a8337ff381ca4
Default Alt Text
MessageInfo.php (358 B)

Event Timeline