MediaWiki master
MessageLocalizer.php
Go to the documentation of this file.
1<?php
24
34
48 public function msg( $key, ...$params );
49
50}
array $params
The job parameters.
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:155
Value object representing a message parameter that consists of a list of values.
Interface for localizing messages in MediaWiki.
msg( $key,... $params)
This is the method for getting translated interface messages.