You are here

public function PHPExcel_Shared_Escher::setDggContainer 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::setDggContainer()

* Set Drawing Group Container * *

Parameters

PHPExcel_Shared_Escher_DggContainer $dggContainer:

File

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

Class

PHPExcel_Shared_Escher
PHPExcel_Shared_Escher

Code

public function setDggContainer($dggContainer) {
  return $this->_dggContainer = $dggContainer;
}