• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/user.php
  • Класс: Bitrix\Tasks\Internals\Counter\User
  • Вызов: User::__construct
protected function __construct($userId, $groupId = 0)
{
	$this->userId = $userId;
	$this->groupId = $groupId;

	$this->loadCounters();
}