MediaWiki master
ITextFormatter.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\Message;
4
18interface ITextFormatter {
23 public function getLangCode();
24
34 public function format( MessageValue $message );
35}
Value object representing a message for i18n.
format(MessageValue $message)
Convert a MessageValue to text.
getLangCode()
Get the internal language code in which format() is.