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