• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/feed/data/sources/section.php
  • Класс: BitrixSaleTradingPlatformVkFeedDataSourcesSection
  • Вызов: Section::rewind
public function rewind()
{
	$this->currentKey = 0;
	$this->resSections = $this->createSectionsDbObject();
	$this->currentRecord = $this->nextItem();
}