public function PHPExcel_Writer_HTML::getEmbedImages in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/HTML.php \PHPExcel_Writer_HTML::getEmbedImages()
* Get embed images * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ HTML.php, line 1369
Class
- PHPExcel_Writer_HTML
- PHPExcel_Writer_HTML
Code
public function getEmbedImages() {
return $this->_embedImages;
}