CCrmOwnerType::getRealDynamicTypeId

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

	return $typeId;
}

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