MediaWiki
1.28.0
|
Public Member Functions | |
getKey () | |
Returns the message key. More... | |
Public Member Functions inherited from DBExpectedError | |
__construct (IDatabase $db=null, $error, array $params=[]) | |
getKey () | |
Returns the message key. More... | |
getParams () | |
Returns the message parameters. More... | |
Public Member Functions inherited from DBError | |
__construct (IDatabase $db=null, $error) | |
Construct a database error. More... | |
Additional Inherited Members | |
Public Attributes inherited from DBError | |
IDatabase null | $db |
Protected Attributes inherited from DBExpectedError | |
string[] | $params |
Message parameters. More... | |
Definition at line 25 of file DBTransactionSizeError.php.
DBTransactionSizeError::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.
Implements MessageSpecifier.
Definition at line 26 of file DBTransactionSizeError.php.