PHP Класс Swiftriver\Core\DAL\Repositories\TrustLogRepository

Автор: mg[at]swiftly[dot]org
Показать файл Открыть проект

Открытые методы

Метод Описание
RecordSourceScoreChange ( string $sourceId, string $markerId, integer $change, $reason = null ) This method redords the fact that a marker (sweeper) has changed the score of a source by marking a content items as either 'acurate', 'chatter' or 'inacurate'
__construct ( string $dataContext = null ) The constructor for this repository Accepts the fully qulaified type of the ITrustLogDataContext implemting data context for this repository

Описание методов

RecordSourceScoreChange() публичный Метод

This method redords the fact that a marker (sweeper) has changed the score of a source by marking a content items as either 'acurate', 'chatter' or 'inacurate'
public RecordSourceScoreChange ( string $sourceId, string $markerId, integer $change, $reason = null )
$sourceId string
$markerId string
$change integer

__construct() публичный Метод

The constructor for this repository Accepts the fully qulaified type of the ITrustLogDataContext implemting data context for this repository
public __construct ( string $dataContext = null )
$dataContext string