You are here

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

* Get the BLIP type * *

Return value

int

File

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

Class

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE

Code

public function getBlipType() {
  return $this->_blipType;
}