|
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 14 of file NameTableStoreFactory.php.
| MediaWiki\Storage\NameTableStoreFactory::__construct | ( | ILBFactory | $lbFactory, |
| WANObjectCache | $cache, | ||
| LoggerInterface | $logger ) |
Definition at line 65 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 82 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 117 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 127 of file NameTableStoreFactory.php.
| MediaWiki\Storage\NameTableStoreFactory::getSlotRoles | ( | $wiki = false | ) |
Get a NameTableStore for the slot_roles table.
| string | bool | $wiki |
Definition at line 137 of file NameTableStoreFactory.php.