• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/rest/externalchannelconnector.php
  • Класс: Bitrix\Crm\Rest\CCrmExternalChannelConnector
  • Вызов: CCrmExternalChannelConnector::getChannel
public function getChannel()
{
	$f = $this->getList(array('filter'=>array('CHANNEL_ID'=>$this->getChannelId())));
	if($list = $f->fetch())
	{
		return $list;
	}
	return false;
}