• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/channel/leadimporttracker.php
  • Класс: Bitrix\Crm\Integration\Channel\LeadImportTracker
  • Вызов: LeadImportTracker::prepareChannelInfos
public function prepareChannelInfos()
{
	return array(
		new ChannelInfo(
			$this,
			ChannelType::LEAD_IMPORT,
			Loc::getMessage('LEAD_IMPORT_CHANNEL'),
			'',
			'',
			0,
			self::GROUP_ID
		)
	);
}