• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/entity/entityimport.php
  • Класс: BitrixSaleExchangeEntityEntityImport
  • Вызов: EntityImport::__construct
public function __construct($parentEntityContext = null)
    {
        $this->fields = new SaleInternalsFields();

        if(!empty($parentEntityContext))
        {
            $this->setParentEntity($parentEntityContext);
        }
    }