• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/category/entity/dealcategory.php
  • Класс: Bitrix\Crm\Category\Entity\DealCategory
  • Вызов: DealCategory::setEntityTypeId
public function setEntityTypeId(int $entityTypeId): Category
{
	throw new InvalidOperationException('Deal categories does not support changing entityTypeId');
}