MediaWiki master
MessageLocalizer.php
Go to the documentation of this file.
1<?php
23
33
45 public function msg( $key, ...$params );
46
47}
array $params
The job parameters.
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:150
Interface for localizing messages in MediaWiki.
msg( $key,... $params)
This is the method for getting translated interface messages.