You are here

public function PHPExcel_Writer_Abstract::getUseDiskCaching in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Abstract.php \PHPExcel_Writer_Abstract::getUseDiskCaching()

* Get use disk caching where possible? * *

Return value

boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Abstract.php, line 125

Class

PHPExcel_Writer_Abstract
PHPExcel_Writer_Abstract

Code

public function getUseDiskCaching() {
  return $this->_useDiskCaching;
}