• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/rest/externalchanneltype.php
  • Класс: Bitrix\Crm\Rest\CCrmExternalChannelType
  • Вызов: CCrmExternalChannelType::isDefined
static function isDefined($typeID)
    {
        if(!is_int($typeID))
        {
            $typeID = (int)$typeID;
        }
        return $typeID >= self::First && $typeID <= self::Last;
    }