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