MediaWiki
1.34.0
|
Public Member Functions | |
format (MessageValue $message) | |
Convert a MessageValue to text. More... | |
getLangCode () | |
Get the internal language code in which format() is. More... | |
Definition at line 18 of file ITextFormatter.php.
Wikimedia\Message\ITextFormatter::format | ( | MessageValue | $message | ) |
Convert a MessageValue to text.
The result is not safe for use as raw HTML.
MessageValue | $message |
Wikimedia\Message\ITextFormatter::getLangCode | ( | ) |
Get the internal language code in which format() is.
Implemented in Message\TextFormatter.