• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/internals/counter/countercontroller.php
  • Класс: BitrixSocialnetworkInternalsCounterCounterController
  • Вызов: CounterController::getValue
static function getValue(string $name = '', int $entityId = 0, int $userId = 0): array
{
	$instance = self::getInstance($name, $entityId, $userId);

	return $instance->getCounterValue();
}