• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/bizproc/document/valuecollection/base.php
  • Класс: Bitrix\Crm\Integration\BizProc\Document\ValueCollection\Base
  • Вызов: Base::getUserValues
protected function getUserValues($id): ?array
{
	if (!$id)
	{
		return null;
	}

	$id = \CBPHelper::StripUserPrefix($id);
	$userService = \CBPRuntime::getRuntime(true)->getUserService();

	return $userService->getUserInfo($id);
}