• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/comments/viewed/group.php
  • Класс: Bitrix\Tasks\Comments\Viewed\Group
  • Вызов: Group::__construct
public function __construct()
{
	$this->userId = (int)CurrentUser::get()
		->getId();
}