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

Since
1.31

Definition at line 32 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 40 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: