MediaWiki REL1_35
|
@newable More...
Public Member Functions | |
getKey () | |
Returns the message key. | |
Public Member Functions inherited from Wikimedia\Rdbms\DBExpectedError | |
__construct (?IDatabase $db, $error, array $params=[], \Throwable $prev=null) | |
Stable to call. | |
getParams () | |
Returns the message parameters. | |
Public Member Functions inherited from Wikimedia\Rdbms\DBError | |
__construct (?IDatabase $db, $error, \Throwable $prev=null) | |
Construct a database error Stable to call. | |
Additional Inherited Members | |
Public Attributes inherited from Wikimedia\Rdbms\DBError | |
IDatabase null | $db |
Protected Attributes inherited from Wikimedia\Rdbms\DBExpectedError | |
string[] | $params |
Message parameters. | |
@newable
Definition at line 28 of file DBTransactionSizeError.php.
Wikimedia\Rdbms\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.
Reimplemented from Wikimedia\Rdbms\DBExpectedError.
Definition at line 29 of file DBTransactionSizeError.php.