• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/util/csvreader.php
  • Класс: BitrixSaleLocationUtilCSVReader
  • Вызов: CSVReader::__construct
public function __construct($fields_type = "R", $convertCharset = true)
{
	parent::__construct($fields_type = "R", false);
	$this->convertCharset = $convertCharset;
}