MediaWiki  1.34.0
MessageSpecifier.php
Go to the documentation of this file.
1 <?php
21 interface MessageSpecifier {
31  public function getKey();
32 
38  public function getParams();
39 }
MessageSpecifier\getKey
getKey()
Returns the message key.
MessageSpecifier
Definition: MessageSpecifier.php:21
MessageSpecifier\getParams
getParams()
Returns the message parameters.