You are here

public function PHPExcel_Writer_CSV::getUseBOM in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php \PHPExcel_Writer_CSV::getUseBOM()

* Get whether BOM should be used * *

Return value

boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php, line 214

Class

PHPExcel_Writer_CSV
PHPExcel_Writer_CSV

Code

public function getUseBOM() {
  return $this->_useBOM;
}