You are here

public function PHPExcel_Shared_Escher_DggContainer::getBstoreContainer in Loft Data Grids 7.2

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

* Get BLIP Store Container * *

Return value

PHPExcel_Shared_Escher_DggContainer_BstoreContainer

File

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

Class

PHPExcel_Shared_Escher_DggContainer
PHPExcel_Shared_Escher_DggContainer

Code

public function getBstoreContainer() {
  return $this->_bstoreContainer;
}