You are here

public function PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::getBlip 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::getBlip()

* Get the BLIP * *

Return value

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip

File

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

Class

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE

Code

public function getBlip() {
  return $this->_blip;
}