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