You are here

public function PHPExcel_Writer_Excel2007::getDrawingHashTable in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php \PHPExcel_Writer_Excel2007::getDrawingHashTable()

Get PHPExcel_Worksheet_BaseDrawing HashTable

Return value

PHPExcel_HashTable

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php, line 508

Class

PHPExcel_Writer_Excel2007
PHPExcel_Writer_Excel2007

Code

public function getDrawingHashTable() {
  return $this->_drawingHashTable;
}