[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 387 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Settings:: (18 methods):
setZipClass()
getZipClass()
getCacheStorageMethod()
getCacheStorageClass()
setCacheStorageMethod()
setLocale()
setChartRenderer()
setChartRendererName()
setChartRendererPath()
getChartRendererName()
getChartRendererPath()
setPdfRenderer()
setPdfRendererName()
setPdfRendererPath()
getPdfRendererName()
getPdfRendererPath()
setLibXmlLoaderOptions()
getLibXmlLoaderOptions()
Class: PHPExcel_Settings - X-Ref
PHPExcel_SettingssetZipClass($zipClass) X-Ref |
Set the Zip handler Class that PHPExcel should use for Zip file management (PCLZip or ZipArchive) param: string $zipClass The Zip handler class that PHPExcel should use for Zip file management return: boolean Success or failure |
getZipClass() X-Ref |
Return the name of the Zip handler Class that PHPExcel is configured to use (PCLZip or ZipArchive) or Zip file management return: string Name of the Zip handler Class that PHPExcel is configured to use |
getCacheStorageMethod() X-Ref |
Return the name of the method that is currently configured for cell cacheing return: string Name of the cacheing method |
getCacheStorageClass() X-Ref |
Return the name of the class that is currently being used for cell cacheing return: string Name of the class currently being used for cacheing |
setCacheStorageMethod($method = PHPExcel_CachedObjectStorageFactory::cache_in_memory, $arguments = array() X-Ref |
Set the method that should be used for cell cacheing param: string $method Name of the cacheing method param: array $arguments Optional configuration arguments for the cacheing method return: boolean Success or failure |
setLocale($locale = 'en_us') X-Ref |
Set the locale code to use for formula translations and any special formatting param: string $locale The locale code to use (e.g. "fr" or "pt_br" or "en_uk") return: boolean Success or failure |
setChartRenderer($libraryName, $libraryBaseDir) X-Ref |
Set details of the external library that PHPExcel should use for rendering charts param: string $libraryName Internal reference name of the library param: string $libraryBaseDir Directory path to the library's base folder return: boolean Success or failure |
setChartRendererName($libraryName) X-Ref |
Identify to PHPExcel the external library to use for rendering charts param: string $libraryName Internal reference name of the library return: boolean Success or failure |
setChartRendererPath($libraryBaseDir) X-Ref |
Tell PHPExcel where to find the external library to use for rendering charts param: string $libraryBaseDir Directory path to the library's base folder return: boolean Success or failure |
getChartRendererName() X-Ref |
Return the Chart Rendering Library that PHPExcel is currently configured to use (e.g. jpgraph) return: string|NULL Internal reference name of the Chart Rendering Library that PHPExcel is |
getChartRendererPath() X-Ref |
Return the directory path to the Chart Rendering Library that PHPExcel is currently configured to use return: string|NULL Directory Path to the Chart Rendering Library that PHPExcel is |
setPdfRenderer($libraryName, $libraryBaseDir) X-Ref |
Set details of the external library that PHPExcel should use for rendering PDF files param: string $libraryName Internal reference name of the library param: string $libraryBaseDir Directory path to the library's base folder return: boolean Success or failure |
setPdfRendererName($libraryName) X-Ref |
Identify to PHPExcel the external library to use for rendering PDF files param: string $libraryName Internal reference name of the library return: boolean Success or failure |
setPdfRendererPath($libraryBaseDir) X-Ref |
Tell PHPExcel where to find the external library to use for rendering PDF files param: string $libraryBaseDir Directory path to the library's base folder return: boolean Success or failure |
getPdfRendererName() X-Ref |
Return the PDF Rendering Library that PHPExcel is currently configured to use (e.g. dompdf) return: string|NULL Internal reference name of the PDF Rendering Library that PHPExcel is |
getPdfRendererPath() X-Ref |
Return the directory path to the PDF Rendering Library that PHPExcel is currently configured to use return: string|NULL Directory Path to the PDF Rendering Library that PHPExcel is |
setLibXmlLoaderOptions($options = null) X-Ref |
Set default options for libxml loader param: int $options Default options for libxml loader |
getLibXmlLoaderOptions() X-Ref |
Get default options for libxml loader. Defaults to LIBXML_DTDLOAD | LIBXML_DTDATTR when not set explicitly. return: int Default options for libxml loader |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |