You are here

public function PHPExcel_Shared_Escher_DggContainer_BstoreContainer::addBSE in Loft Data Grids 7.2

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

* Add a BLIP Store Entry * *

Parameters

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE $BSE:

File

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

Class

PHPExcel_Shared_Escher_DggContainer_BstoreContainer
PHPExcel_Shared_Escher_DggContainer_BstoreContainer

Code

public function addBSE($BSE) {
  $this->_BSECollection[] = $BSE;
  $BSE
    ->setParent($this);
}