• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/commentaux/share.php
  • Класс: BitrixSocialnetworkCommentAuxShare
  • Вызов: Share::getRatingNotificationFollowValue
protected function getRatingNotificationFollowValue(int $userId = 0, array $ratingVoteParams = [], array $fields = [])
{
	return CSocNetLogFollow::getExactValueByRating(
		$userId,
		((!empty($fields['BLOG_ID'])) ? 'BLOG_COMMENT' : 'LOG_COMMENT'),
		$fields['ID']
	);
}