public function PHPExcel_Writer_CSV::getLineEnding in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php \PHPExcel_Writer_CSV::getLineEnding()
* Get line ending * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ CSV.php, line 194
Class
- PHPExcel_Writer_CSV
- PHPExcel_Writer_CSV
Code
public function getLineEnding() {
return $this->_lineEnding;
}