• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/ebay/feed/data/processors/sftpqueue.php
  • Класс: BitrixSaleTradingPlatformEbayFeedDataProcessorsSftpQueue
  • Вызов: SftpQueue::prepareFile
protected function prepareFile($file)
{
	$res = file_put_contents($file, ''."n");

	if(!$res)
		throw new SystemException("Can't flush data feed "".$this->feedType."" to file ".$file);

	if($this->coverTag !== null)
		file_put_contents($file, "<".$this->coverTag.">n", FILE_APPEND);
}