Semantic MediaWiki and related extensions
Public Member Functions | Protected Member Functions | List of all members
SMW\SQLStore\SQLStoreUpdater Class Reference

Public Member Functions

 __construct (SQLStore $store, $factory)
 
 deleteSubject (Title $title)
 
 doDataUpdate (SemanticData $semanticData)
 
 changeTitle (Title $oldTitle, Title $newTitle, $pageId, $redirectId=0)
 

Protected Member Functions

 doFlatDataUpdate (SemanticData $data)
 

Detailed Description

Class Handling all the write and update methods for SMWSQLStore3.

GNU GPL v2+

Since
1.8
Author
Markus Krötzsch
Jeroen De Dauw
Nischay Nahata
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\SQLStore\SQLStoreUpdater::__construct ( SQLStore  $store,
  $factory 
)
Since
1.8
Parameters
SQLStore$store
SQLStoreFactory$factory

Member Function Documentation

◆ deleteSubject()

SMW\SQLStore\SQLStoreUpdater::deleteSubject ( Title  $title)
See also
SMWStore::deleteSubject
Since
1.8
Parameters
Title$title

◆ doDataUpdate()

SMW\SQLStore\SQLStoreUpdater::doDataUpdate ( SemanticData  $semanticData)
See also
SMWStore::doDataUpdate
Since
1.8
Parameters
SemanticData$data

◆ doFlatDataUpdate()

SMW\SQLStore\SQLStoreUpdater::doFlatDataUpdate ( SemanticData  $data)
protected

Update the store to contain the given data, without taking any subobject data into account.

Since
1.8
Parameters
SemanticData$data

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

About | General disclaimer | Privacy policy