getCacheStorageClass() : string
string
Name of the class currently being used for cacheinggetCacheStorageMethod() : string
string
Name of the cacheing methodgetChartRendererName() : string | NULL
jpgraph)
string
NULL
Internal reference name of the Chart Rendering Library that PHPExcel is
currently configured to use
e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPHgetChartRendererPath() : string | NULL
string
NULL
Directory Path to the Chart Rendering Library that PHPExcel is
currently configured to usegetLibXmlLoaderOptions() : int
Defaults to LIBXML_DTDLOAD | LIBXML_DTDATTR when not set explicitly.
int
Default options for libxml loadergetPdfRendererName() : string | NULL
dompdf)
string
NULL
Internal 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
string
NULL
Directory Path to the PDF Rendering Library that PHPExcel is
currently configured to usegetZipClass() : string
string
Name 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
string
Name of the cacheing method
array
Optional configuration arguments for the cacheing method
boolean
Success or failuresetChartRenderer(string $libraryName, string $libraryBaseDir) : boolean
string
Internal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH
string
Directory path to the library's base folder
boolean
Success or failuresetChartRendererName(string $libraryName) : boolean
string
Internal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH
boolean
Success or failuresetChartRendererPath(string $libraryBaseDir) : boolean
string
Directory path to the library's base folder
boolean
Success or failuresetLibXmlLoaderOptions(int $options)
int
Default options for libxml loader
setLocale(string $locale) : boolean
string
The locale code to use (e.g. "fr" or "pt_br" or "en_uk")
boolean
Success or failuresetPdfRenderer(string $libraryName, string $libraryBaseDir) : boolean
string
Internal reference name of the library e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF
string
Directory path to the library's base folder
boolean
Success or failuresetPdfRendererName(string $libraryName) : boolean
string
Internal reference name of the library e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF
boolean
Success or failuresetPdfRendererPath(string $libraryBaseDir) : boolean
string
Directory path to the library's base folder
boolean
Success or failuresetZipClass(string $zipClass) : boolean
string
The Zip handler class that PHPExcel should use for Zip file management e.g. PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive
boolean
Success or failure$_chartRendererName : string
jpgraph
$_chartRendererPath : string
$_chartRenderers
$_libXmlLoaderOptions : int
$_pdfRendererName : string
mPDF
$_pdfRendererPath : string
$_pdfRenderers
$_zipClass : string
ZipArchive
CHART_RENDERER_JPGRAPH
PCLZIP
PDF_RENDERER_DOMPDF
PDF_RENDERER_MPDF
PDF_RENDERER_TCPDF
ZIPARCHIVE