You are here

public function PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::setBlip 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/BSE.php \PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::setBlip()

* Set the BLIP * *

Parameters

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip $blip:

File

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

Class

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE

Code

public function setBlip($blip) {
  $this->_blip = $blip;
  $blip
    ->setParent($this);
}