CCrmOwnerType::isPossibleDynamicTypeId

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

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