• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/conversion/exception/destinationhasworkflowsexception.php
  • Класс: Bitrix\Crm\Conversion\Exception\DestinationHasWorkflowsException
  • Вызов: DestinationHasWorkflowsException::__construct
public function __construct(int $dstEntityTypeID)
{
	parent::__construct(
		\CCrmOwnerType::Undefined,
		$dstEntityTypeID,
		self::TARG_DST,
		self::HAS_WORKFLOWS,
	);
}