You are here

public function PHPExcel_Worksheet::getCellCacheController in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getCellCacheController()

Return the cache controller for the cell collection

Return value

PHPExcel_CachedObjectStorage_xxx

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 413

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getCellCacheController() {
  return $this->_cellCollection;
}