You are here

public function PHPExcel_Writer_HTML::setImagesRoot in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/HTML.php \PHPExcel_Writer_HTML::setImagesRoot()

* Set images root * *

Parameters

string $pValue: * @return PHPExcel_Writer_HTML

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/HTML.php, line 1359

Class

PHPExcel_Writer_HTML
PHPExcel_Writer_HTML

Code

public function setImagesRoot($pValue = '.') {
  $this->_imagesRoot = $pValue;
  return $this;
}