• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/entity/shipmentimport.php
  • Класс: BitrixSaleExchangeEntityShipmentImport
  • Вызов: ShipmentImport::setEntity
public function setEntity(InternalsEntity $entity)
    {
        if(!($entity instanceof Shipment))
            throw new MainArgumentException("Entity must be instanceof Shipment");

        $this->entity = $entity;
    }