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

Public Member Functions

 __construct (SQLStore $store, Collator $collator=null)
 
 updateTouchedField ( $id, $tz=0)
 
 updateSortField ( $id, $searchKey)
 
 updateRevField ( $sid, $rev_id)
 
 updateIwField ( $sid, $iw, $hash)
 

Detailed Description

GNU GPL v2+

Since
3.0
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\SQLStore\TableFieldUpdater::__construct ( SQLStore  $store,
Collator  $collator = null 
)
Since
3.0
Parameters
SQLStore$store
Collator | null$collator

Member Function Documentation

◆ updateIwField()

SMW\SQLStore\TableFieldUpdater::updateIwField (   $sid,
  $iw,
  $hash 
)
Since
3.1
Parameters
integer$sid
string$iw
string$hash

◆ updateRevField()

SMW\SQLStore\TableFieldUpdater::updateRevField (   $sid,
  $rev_id 
)
Since
3.0
Parameters
integer$sid
integer$rev_id

◆ updateSortField()

SMW\SQLStore\TableFieldUpdater::updateSortField (   $id,
  $searchKey 
)
Since
3.0
Parameters
integer$id
string$searchKey

◆ updateTouchedField()

SMW\SQLStore\TableFieldUpdater::updateTouchedField (   $id,
  $tz = 0 
)
Since
3.1
Parameters
integer$id
string$tz

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

About | General disclaimer | Privacy policy