• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/channel/channelinfo.php
  • Класс: Bitrix\Crm\Integration\Channel\ChannelInfo
  • Вызов: ChannelInfo::getKey
public function getKey()
{
	return self::prepareKey(
		$this->typeID,
		array(
			'ORIGIN_ID' => $this->origin,
			'COMPONENT_ID' => $this->component
		)
	);
}