• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/errorlog.php
  • Класс: BitrixSalePaySystemErrorLog
  • Вызов: ErrorLog::convertArrayToString
static function convertArrayToString($fields)
{
	$result = '';
	foreach ($fields as $key => $value)
		$result .= $key." : ".$value."n";

	return $result."n";
}