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