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