public function PHPExcel_Writer_HTML::getImagesRoot 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::getImagesRoot()
* Get images root * *
Return value
string
1 call to PHPExcel_Writer_HTML::getImagesRoot()
- PHPExcel_Writer_HTML::_writeImageInCell in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ HTML.php - * Generate image tag in cell * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ HTML.php, line 1349
Class
- PHPExcel_Writer_HTML
- PHPExcel_Writer_HTML
Code
public function getImagesRoot() {
return $this->_imagesRoot;
}