• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/registry/userregistry.php
  • Класс: BitrixTasksInternalsRegistryUserRegistry
  • Вызов: UserRegistry::__construct
private function __construct(int $userId)
{
	$this->userId = $userId;
	$this->loadInfo();
}