• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/entity/orderimport.php
  • Класс: BitrixSaleExchangeEntityOrderImport
  • Вызов: OrderImport::__construct
public function __construct($parentEntityContext = null)
    {
        if($parentEntityContext instanceof InternalsEntity)
        {
            throw new MainArgumentException('The parentEntityContext is not supported in current context.');
        }

        parent::__construct(null);
    }