You are here

public function PHPExcel_Worksheet_MemoryDrawing::getMimeType in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php \PHPExcel_Worksheet_MemoryDrawing::getMimeType()

Get mime type

Return value

string

1 call to PHPExcel_Worksheet_MemoryDrawing::getMimeType()
PHPExcel_Worksheet_MemoryDrawing::getIndexedFilename in vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php
Get indexed filename (using image index)

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/MemoryDrawing.php, line 144

Class

PHPExcel_Worksheet_MemoryDrawing
PHPExcel_Worksheet_MemoryDrawing

Code

public function getMimeType() {
  return $this->_mimeType;
}