You are here

public function PHPExcel_Shared_Escher::getDggContainer in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher.php \PHPExcel_Shared_Escher::getDggContainer()

* Get Drawing Group Container * *

Return value

PHPExcel_Shared_Escher_DgContainer

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher.php, line 56

Class

PHPExcel_Shared_Escher
PHPExcel_Shared_Escher

Code

public function getDggContainer() {
  return $this->_dggContainer;
}