X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FMessage%2FITextFormatter.php;h=c433e47fdc2ae5f461db712394fa0597fca0a961;hb=5a451fd01be397db3209c1881a335423706da5c2;hp=00f6e990076a4e54a6cd99d75ae55de04ffc5df6;hpb=8dde433d09d12f7a8a3fee0062448972b4ab41af;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/Message/ITextFormatter.php b/includes/libs/Message/ITextFormatter.php index 00f6e99007..c433e47fdc 100644 --- a/includes/libs/Message/ITextFormatter.php +++ b/includes/libs/Message/ITextFormatter.php @@ -3,16 +3,7 @@ namespace Wikimedia\Message; /** - * ITextFormatter is a simplified interface to the Message class. It converts - * MessageValue message specifiers to localized text in a certain language. - * - * MessageValue supports message keys, and parameters with a wide variety of - * types. It does not expose any details of how messages are retrieved from - * storage or what format they are stored in. - * - * Thus, TextFormatter supports single message keys, but not the concept of - * presence or absence of a key from storage. So it does not support - * fallback sequences of multiple keys. + * Converts MessageValue message specifiers to localized plain text in a certain language. * * The caller cannot modify the details of message translation, such as which * of multiple sources the message is taken from. Any such flags may be injected