• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/uf/crmconnector.php
  • Класс: BitrixDiskUfCrmContactConnector
  • Вызов: CrmContactConnector::getDataToShowByUser
public function getDataToShowByUser(int $userId)
{
	$responsibleId = CCrmOwnerType::getResponsibleID(CCrmOwnerType::Contact, $this->entityId, false);

	return array(
		'TITLE' => Loc::getMessage('DISK_UF_CRM_CONNECTOR_CONTACT_MESSAGE_TITLE', array('#NAME#' => CCrmOwnerType::getCaption(CCrmOwnerType::Contact, $this->entityId, false))),
	    'MEMBERS' => $this->getMembers(array($responsibleId))
	);
}