You are here

public function PHPExcel_Writer_PDF_Core::getTempDir in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/PDF/Core.php \PHPExcel_Writer_PDF_Core::getTempDir()

Get temporary storage directory

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/PDF/Core.php, line 300

Class

PHPExcel_Writer_PDF_Core
PHPExcel_Writer_PDF_Core

Code

public function getTempDir() {
  return $this->_tempDir;
}