CCrmSonetRelationType::IsDefined

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmSonetRelationType
  4. IsDefined
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/sonet_relation.php
  • Класс: \CCrmSonetRelationType
  • Вызов: CCrmSonetRelationType::IsDefined
static function IsDefined($typeID)
{
	$typeID = intval($typeID);
	return $typeID >= self::Ownership && $typeID <= self::Correspondence;
}

Добавить комментарий