You are here

public function PHPExcel_Shared_Escher_DggContainer_BstoreContainer::getBSECollection in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php \PHPExcel_Shared_Escher_DggContainer_BstoreContainer::getBSECollection()

* Get the collection of BLIP Store Entries * *

Return value

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE[]

File

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

Class

PHPExcel_Shared_Escher_DggContainer_BstoreContainer
PHPExcel_Shared_Escher_DggContainer_BstoreContainer

Code

public function getBSECollection() {
  return $this->_BSECollection;
}