MediaWiki REL1_39
MediaWiki\Storage\NameTableAccessException Class Reference

Exception representing a failure to look up a row from a name table. More...

Inheritance diagram for MediaWiki\Storage\NameTableAccessException:
Collaboration diagram for MediaWiki\Storage\NameTableAccessException:

Static Public Member Functions

static newFromDetails ( $tableName, $accessType, $accessValue)
 

Detailed Description

Exception representing a failure to look up a row from a name table.

Stability: newable
Since
1.31

Definition at line 33 of file NameTableAccessException.php.

Member Function Documentation

◆ newFromDetails()

static MediaWiki\Storage\NameTableAccessException::newFromDetails ( $tableName,
$accessType,
$accessValue )
static
Parameters
string$tableName
string$accessType
string | int$accessValue
Returns
NameTableAccessException

Definition at line 41 of file NameTableAccessException.php.

Referenced by MediaWiki\Storage\NameTableStore\getId(), and MediaWiki\Storage\NameTableStore\getName().


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