• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/ebay/exportoffersku.php
  • Класс: BitrixCatalogEbayExportOfferSKU
  • Вызов: ExportOfferSKU::__construct
public function __construct($catalogType, $params)
{
	parent::__construct($catalogType, $params);

	$this->arSKUExport = $this->getSKUExport();
	$this->arOffers = $this->getOffers();
}