...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integration/channel/channeltype.php
- Класс: Bitrix\Crm\Integration\Channel\ChannelType
- Вызов: ChannelType::isDefined
static function isDefined($typeID) { if(!is_numeric($typeID)) { return false; } if(!is_int($typeID)) { $typeID = (int)$typeID; } return $typeID >= self::EMAIL_NAME && $typeID <= self::EXTERNAL_MAGENTO; }