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

	$this->productConverter = new ProductManager\EntityProductConverter();
	$this->pricesConverter = new ProductManager\ProductConverter\PricesConverter();
}