public static function PHPExcel_Settings::getPdfRendererPath in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Settings.php \PHPExcel_Settings::getPdfRendererPath()
Return the directory path to the PDF Rendering Library that PHPExcel is currently configured to use
Return value
string|NULL Directory Path to the PDF Rendering Library that PHPExcel is currently configured to use
4 calls to PHPExcel_Settings::getPdfRendererPath()
- DomPDF.php in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ PDF/ DomPDF.php - mPDF.php in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ PDF/ mPDF.php - PHPExcel_Writer_PDF::__construct in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ PDF.php - Instantiate a new renderer of the configured type within this container class
- tcPDF.php in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ PDF/ tcPDF.php
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Settings.php, line 354
Class
Code
public static function getPdfRendererPath() {
return self::$_pdfRendererPath;
}