• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/ebay/exportoffer.php
  • Класс: BitrixCatalogEbayExportOffer
  • Вызов: ExportOffer::rewind
public function rewind()
{
	$this->currentKey = 0;
	$this->dbItems = $this->createDbResObject();
	$this->currentRecord = $this->nextItem();
	$this->cnt = 100;
	$this->checkDiscountCache();
}