MediaWiki REL1_40
|
Inherited by IApiMessage, Message, and Wikimedia\Rdbms\DBExpectedError.
Public Member Functions | |
getKey () | |
Returns the message key. | |
getParams () | |
Returns the message parameters. | |
Definition at line 24 of file MessageSpecifier.php.
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.
Implemented in Message, Wikimedia\Rdbms\DBExpectedError, Wikimedia\Rdbms\DBQueryTimeoutError, and Wikimedia\Rdbms\DBTransactionSizeError.
Referenced by MediaWiki\Rest\Handler\ActionModuleBasedHandler\makeMessageValue(), and wfStreamThumb().
MessageSpecifier::getParams | ( | ) |
Returns the message parameters.
Implemented in Message, and Wikimedia\Rdbms\DBExpectedError.
Referenced by MediaWiki\Rest\Handler\ActionModuleBasedHandler\makeMessageValue().