getCacheStorageClass() : string
stringName of the class currently being used for cacheinggetCacheStorageMethod() : string
stringName of the cacheing methodgetChartRendererName() : string | NULL
jpgraph)
stringNULLInternal reference name of the Chart Rendering Library that PHPExcel is
currently configured to use
e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPHgetChartRendererPath() : string | NULL
stringNULLDirectory Path to the Chart Rendering Library that PHPExcel is
currently configured to usegetPdfRendererName() : string | NULL
dompdf)
stringNULLInternal reference name of the PDF Rendering Library that PHPExcel is
currently configured to use
e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF,
PHPExcel_Settings::PDF_RENDERER_DOMPDF
or PHPExcel_Settings::PDF_RENDERER_MPDFgetPdfRendererPath() : string | NULL
stringNULLDirectory Path to the PDF Rendering Library that PHPExcel is
currently configured to usegetZipClass() : string
stringName of the Zip handler Class that PHPExcel is configured to use
for Zip file management
e.g. PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchivesetCacheStorageMethod(string $method, array $arguments) : boolean
stringName of the cacheing method
arrayOptional configuration arguments for the cacheing method
booleanSuccess or failuresetChartRenderer(string $libraryName, string $libraryBaseDir) : boolean
stringInternal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH
stringDirectory path to the library's base folder
booleanSuccess or failuresetChartRendererName(string $libraryName) : boolean
stringInternal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH
booleanSuccess or failuresetChartRendererPath(string $libraryBaseDir) : boolean
stringDirectory path to the library's base folder
booleanSuccess or failuresetLocale(string $locale) : boolean
stringThe locale code to use (e.g. "fr" or "pt_br" or "en_uk")
booleanSuccess or failuresetPdfRenderer(string $libraryName, string $libraryBaseDir) : boolean
stringInternal reference name of the library e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF
stringDirectory path to the library's base folder
booleanSuccess or failuresetPdfRendererName(string $libraryName) : boolean
stringInternal reference name of the library e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF
booleanSuccess or failuresetPdfRendererPath(string $libraryBaseDir) : boolean
stringDirectory path to the library's base folder
booleanSuccess or failuresetZipClass(string $zipClass) : boolean
stringThe Zip handler class that PHPExcel should use for Zip file management e.g. PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive
booleanSuccess or failure$_chartRendererName : string
jpgraph
$_chartRendererPath : string
$_chartRenderers
$_pdfRendererName : string
mPDF
$_pdfRendererPath : string
$_pdfRenderers
$_zipClass : string
ZipArchive
CHART_RENDERER_JPGRAPH
PCLZIP
PDF_RENDERER_DOMPDF
PDF_RENDERER_MPDF
PDF_RENDERER_TCPDF
ZIPARCHIVE