MediaWiki master
|
Public Member Functions | |
__construct (ILBFactory $lbFactory, WANObjectCache $cache, LoggerInterface $logger) | |
get ( $tableName, $wiki=false) | |
Get a NameTableStore for a specific table. | |
getChangeTagDef ( $wiki=false) | |
Get a NameTableStore for the change_tag_def table. | |
getContentModels ( $wiki=false) | |
Get a NameTableStore for the content_models table. | |
getSlotRoles ( $wiki=false) | |
Get a NameTableStore for the slot_roles table. | |
Definition at line 28 of file NameTableStoreFactory.php.
MediaWiki\Storage\NameTableStoreFactory::__construct | ( | ILBFactory | $lbFactory, |
WANObjectCache | $cache, | ||
LoggerInterface | $logger ) |
Definition at line 79 of file NameTableStoreFactory.php.
MediaWiki\Storage\NameTableStoreFactory::get | ( | $tableName, | |
$wiki = false ) |
Get a NameTableStore for a specific table.
string | $tableName | |
string | false | $wiki | The target wiki ID, or false for the current wiki |
Definition at line 96 of file NameTableStoreFactory.php.
MediaWiki\Storage\NameTableStoreFactory::getChangeTagDef | ( | $wiki = false | ) |
Get a NameTableStore for the change_tag_def table.
string | bool | $wiki |
Definition at line 131 of file NameTableStoreFactory.php.
Referenced by MediaWiki\Rest\Handler\PageHistoryHandler\__construct(), and MediaWiki\Rest\Handler\PageHistoryCountHandler\__construct().
MediaWiki\Storage\NameTableStoreFactory::getContentModels | ( | $wiki = false | ) |
Get a NameTableStore for the content_models table.
string | bool | $wiki |
Definition at line 141 of file NameTableStoreFactory.php.
MediaWiki\Storage\NameTableStoreFactory::getSlotRoles | ( | $wiki = false | ) |
Get a NameTableStore for the slot_roles table.
string | bool | $wiki |
Definition at line 151 of file NameTableStoreFactory.php.