• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_owner_type.php
  • Класс: \CCrmOwnerType
  • Вызов: CCrmOwnerType::isDynamicTypeBasedStaticEntity
static function isDynamicTypeBasedStaticEntity(int $entityTypeId): bool
{
	return in_array($entityTypeId, static::getDynamicTypeBasedStaticEntityTypeIds(), true);
}