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