• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statistics/dealchannelstatisticentry.php
  • Класс: Bitrix\Crm\Statistics\DealChannelStatisticEntry
  • Вызов: DealChannelStatisticEntry::isRegistered
static function isRegistered($ownerID, $channelTypeID)
{
	return is_array(self::get($ownerID, $channelTypeID));
}