• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/ordercreator.php
  • Класс: Bitrix\Crm\Order\OrderCreator
  • Вызов: OrderCreator::__construct
public function __construct(int $ownerId, int $ownerTypeId = CCrmOwnerType::Deal)
{
	$this->ownerId = $ownerId;
	$this->ownerTypeId = $ownerTypeId;
}