• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/clientinfo.php
  • Класс: Bitrix\Crm\ClientInfo
  • Вызов: ClientInfo::__construct
public function __construct(
	?int $companyId,
	array $contactIds
)
{
	$this->companyId = $companyId;
	$this->contactIds = $contactIds;
}