You are here

public function PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::getData 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/Blip.php \PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::getData()

* Get the raw image data * *

Return value

string

File

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

Class

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip

Code

public function getData() {
  return $this->_data;
}