• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/commentaux/base.php
  • Класс: BitrixSocialnetworkCommentAuxBase
  • Вызов: Base::getRatingNotificationFollowValue
protected function getRatingNotificationFollowValue(int $userId = 0, array $ratingVoteParams = [], array $fields = [])
{
	return CSocNetLogFollow::getExactValueByRating(
		$userId,
		$ratingVoteParams['ENTITY_TYPE_ID'],
		$ratingVoteParams['ENTITY_ID']
	);
}