• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/io/csvfile.php
  • Класс: BitrixTranslateIOCsvFile
  • Вызов: CsvFile::prefaceWithUtf8Bom
public function prefaceWithUtf8Bom(bool $exists = true): self
{
	$this->hasBom = $exists;

	return $this;
}