MediaWiki  1.28.1
MessageSpecifier Interface Reference
Inheritance diagram for MessageSpecifier:

Public Member Functions

 getKey ()
 Returns the message key. More...
 
 getParams ()
 Returns the message parameters. More...
 

Detailed Description

Definition at line 21 of file MessageSpecifier.php.

Member Function Documentation

MessageSpecifier::getKey ( )

Returns the message key.

If a list of multiple possible keys was supplied to the constructor, this method may return any of these keys. After the message has been fetched, this method will return the key that was actually used to fetch the message.

Returns
string

Implemented in Message, DBExpectedError, and DBTransactionSizeError.

Referenced by wfStreamThumb().

MessageSpecifier::getParams ( )

Returns the message parameters.

Returns
array

Implemented in Message, and DBExpectedError.


The documentation for this interface was generated from the following file: