MediaWiki  1.28.1
DBTransactionSizeError Class Reference
Inheritance diagram for DBTransactionSizeError:
Collaboration diagram for DBTransactionSizeError:

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...
 

Detailed Description

Definition at line 25 of file DBTransactionSizeError.php.

Member Function Documentation

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.

Returns
string

Implements MessageSpecifier.

Definition at line 26 of file DBTransactionSizeError.php.


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