• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/effective.php
  • Класс: BitrixTasksInternalsEffective
  • Вызов: Effective::getEfficiencyFromUserCounter
static function getEfficiencyFromUserCounter($userId)
{
	$code = CounterCounterDictionary::getCounterId(CounterCounterDictionary::COUNTER_EFFECTIVE);

	return CUserCounter::getValue($userId, $code, '**');
}