MediaWiki  master
MessageSpecifier.php
Go to the documentation of this file.
1 <?php
24 interface MessageSpecifier {
34  public function getKey();
35 
41  public function getParams();
42 }
getParams()
Returns the message parameters.
getKey()
Returns the message key.