• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/ebay/feed/data/sources/order.php
  • Класс: BitrixSaleTradingPlatformEbayFeedDataSourcesOrder
  • Вызов: Order::current
public function current()
{
	$content = file_get_contents($this->dataFiles[$this->currentFileIdx]);
	$skipLength = mb_strtolower(SITE_CHARSET) != 'utf-8' ? 3 : 1;
	$content = mb_substr($content, $skipLength);
	$content = "".$content;
	return $content;
}