PHP 클래스 Swiftriver\Core\DAL\Repositories\TrustLogRepository

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
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