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