Swiftriver\Core\Modules\DataContext\MySql_V2\DataContext::RecordSourceScoreChange PHP Method

RecordSourceScoreChange() public static method

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 static RecordSourceScoreChange ( string $sourceId, string $markerId, integer $change, string | null $reason = null )
$sourceId string
$markerId string
$change integer
$reason string | null
    public static function RecordSourceScoreChange($sourceId, $markerId, $change, $reason = null)
    {
        //This function is no loger supported.
        return;
    }