MediaWiki REL1_34
MessageLocalizer.php
Go to the documentation of this file.
1<?php
29
41 public function msg( $key, ...$params );
42
43}
Interface for localizing messages in MediaWiki.
msg( $key,... $params)
This is the method for getting translated interface messages.