MediaWiki master
MessageLocalizer.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Language;
8
12
22
36 public function msg( $key, ...$params );
37
38}
39
41class_alias( MessageLocalizer::class, 'MessageLocalizer' );
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:144
Value object representing a message parameter with one of the types from {.
Interface for localizing messages in MediaWiki.
msg( $key,... $params)
This is the method for getting translated interface messages.