CCrmOwnerType::getSuspendedDynamicTypeId

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmOwnerType
  4. getSuspendedDynamicTypeId
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
  • Класс: \CCrmOwnerType
  • Вызов: CCrmOwnerType::getSuspendedDynamicTypeId
static function getSuspendedDynamicTypeId(int $typeId): int
{
	if(static::isPossibleDynamicTypeId($typeId))
	{
		$typeId += (static::DynamicTypeEnd - static::DynamicTypeStart);
	}

	return $typeId;
}

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