|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
PHPExcel root directory. More...
Collaboration diagram for PHPExcel_Settings:Static Public Member Functions | |
| static | setZipClass ($zipClass) |
| Set the Zip handler Class that PHPExcel should use for Zip file management (PCLZip or ZipArchive) More... | |
| static | getZipClass () |
| Return the name of the Zip handler Class that PHPExcel is configured to use (PCLZip or ZipArchive) or Zip file management. More... | |
| static | getCacheStorageMethod () |
| Return the name of the method that is currently configured for cell cacheing. More... | |
| static | getCacheStorageClass () |
| Return the name of the class that is currently being used for cell cacheing. More... | |
| static | setCacheStorageMethod ( $method=PHPExcel_CachedObjectStorageFactory::cache_in_memory, $arguments=array()) |
| Set the method that should be used for cell cacheing. More... | |
| static | setLocale ($locale='en_us') |
| Set the locale code to use for formula translations and any special formatting. More... | |
| static | setChartRenderer ($libraryName, $libraryBaseDir) |
| Set details of the external library that PHPExcel should use for rendering charts. More... | |
| static | setChartRendererName ($libraryName) |
| Identify to PHPExcel the external library to use for rendering charts. More... | |
| static | setChartRendererPath ($libraryBaseDir) |
| Tell PHPExcel where to find the external library to use for rendering charts. More... | |
| static | getChartRendererName () |
| Return the Chart Rendering Library that PHPExcel is currently configured to use (e.g. More... | |
| static | getChartRendererPath () |
| Return the directory path to the Chart Rendering Library that PHPExcel is currently configured to use. More... | |
| static | setPdfRenderer ($libraryName, $libraryBaseDir) |
| Set details of the external library that PHPExcel should use for rendering PDF files. More... | |
| static | setPdfRendererName ($libraryName) |
| Identify to PHPExcel the external library to use for rendering PDF files. More... | |
| static | setPdfRendererPath ($libraryBaseDir) |
| Tell PHPExcel where to find the external library to use for rendering PDF files. More... | |
| static | getPdfRendererName () |
| Return the PDF Rendering Library that PHPExcel is currently configured to use (e.g. More... | |
| static | getPdfRendererPath () |
| Return the directory path to the PDF Rendering Library that PHPExcel is currently configured to use. More... | |
| static | setLibXmlLoaderOptions ($options=null) |
| Set default options for libxml loader. More... | |
| static | getLibXmlLoaderOptions () |
| Get default options for libxml loader. More... | |
Data Fields | |
| const | PCLZIP = 'PHPExcel_Shared_ZipArchive' |
| constants More... | |
| const | ZIPARCHIVE = 'ZipArchive' |
| const | CHART_RENDERER_JPGRAPH = 'jpgraph' |
| Optional Chart Rendering libraries. More... | |
| const | PDF_RENDERER_TCPDF = 'tcPDF' |
| Optional PDF Rendering libraries. More... | |
| const | PDF_RENDERER_DOMPDF = 'DomPDF' |
| const | PDF_RENDERER_MPDF = 'mPDF' |
Static Private Attributes | |
| static | $_chartRenderers |
| static | $_pdfRenderers |
| static | $_zipClass = self::ZIPARCHIVE |
| static | $_chartRendererName = NULL |
| static | $_chartRendererPath = NULL |
| static | $_pdfRendererName = NULL |
| static | $_pdfRendererPath = NULL |
| static | $_libXmlLoaderOptions = null |
PHPExcel root directory.
Definition at line 38 of file Settings.php.
|
static |
Return the name of the class that is currently being used for cell cacheing.
Definition at line 163 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\getCacheStorageClass().
Here is the call graph for this function:
|
static |
Return the name of the method that is currently configured for cell cacheing.
Definition at line 152 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\getCacheStorageMethod().
Here is the call graph for this function:
|
static |
Return the Chart Rendering Library that PHPExcel is currently configured to use (e.g.
jpgraph)
Definition at line 258 of file Settings.php.
References $_chartRendererName.
Referenced by PHPExcel_Chart\render().
Here is the caller graph for this function:
|
static |
Return the directory path to the Chart Rendering Library that PHPExcel is currently configured to use.
Definition at line 270 of file Settings.php.
References $_chartRendererPath.
Referenced by PHPExcel_Chart_Renderer_jpgraph\_renderAreaChart(), PHPExcel_Chart_Renderer_jpgraph\_renderBarChart(), PHPExcel_Chart_Renderer_jpgraph\_renderBubbleChart(), PHPExcel_Chart_Renderer_jpgraph\_renderCombinationChart(), PHPExcel_Chart_Renderer_jpgraph\_renderContourChart(), PHPExcel_Chart_Renderer_jpgraph\_renderLineChart(), PHPExcel_Chart_Renderer_jpgraph\_renderPieChart(), PHPExcel_Chart_Renderer_jpgraph\_renderRadarChart(), PHPExcel_Chart_Renderer_jpgraph\_renderScatterChart(), PHPExcel_Chart_Renderer_jpgraph\_renderStockChart(), and PHPExcel_Chart\render().
Here is the caller graph for this function:
|
static |
Get default options for libxml loader.
Defaults to LIBXML_DTDLOAD | LIBXML_DTDATTR when not set explicitly.
Definition at line 381 of file Settings.php.
References $_libXmlLoaderOptions, defined, and setLibXmlLoaderOptions().
Referenced by PHPExcel_Reader_Excel2007\_readRibbon(), PHPExcel_Reader_Excel2007\canRead(), PHPExcel_Reader_OOCalc\canRead(), PHPExcel_Reader_Excel2003XML\listWorksheetInfo(), PHPExcel_Reader_Excel2007\listWorksheetInfo(), PHPExcel_Reader_Gnumeric\listWorksheetInfo(), PHPExcel_Reader_OOCalc\listWorksheetInfo(), PHPExcel_Reader_Excel2003XML\listWorksheetNames(), PHPExcel_Reader_Excel2007\listWorksheetNames(), PHPExcel_Reader_Gnumeric\listWorksheetNames(), PHPExcel_Reader_OOCalc\listWorksheetNames(), PHPExcel_Reader_Excel2007\load(), PHPExcel_Reader_Excel2003XML\loadIntoExisting(), PHPExcel_Reader_Gnumeric\loadIntoExisting(), and PHPExcel_Reader_OOCalc\loadIntoExisting().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Return the PDF Rendering Library that PHPExcel is currently configured to use (e.g.
dompdf)
Definition at line 343 of file Settings.php.
References $_pdfRendererName.
Referenced by PHPExcel_Writer_PDF\__construct().
Here is the caller graph for this function:
|
static |
Return the directory path to the PDF Rendering Library that PHPExcel is currently configured to use.
Definition at line 354 of file Settings.php.
References $_pdfRendererPath.
Referenced by PHPExcel_Writer_PDF\__construct().
Here is the caller graph for this function:
|
static |
Return the name of the Zip handler Class that PHPExcel is configured to use (PCLZip or ZipArchive) or Zip file management.
Definition at line 141 of file Settings.php.
References $_zipClass.
Referenced by PHPExcel_Writer_OpenDocument\_createZip(), PHPExcel_Reader_Excel2007\canRead(), PHPExcel_Reader_OOCalc\canRead(), PHPExcel_Reader_Excel2007\listWorksheetInfo(), PHPExcel_Reader_OOCalc\listWorksheetInfo(), PHPExcel_Reader_Excel2007\listWorksheetNames(), PHPExcel_Reader_OOCalc\listWorksheetNames(), PHPExcel_Reader_Excel2007\load(), PHPExcel_Reader_OOCalc\loadIntoExisting(), and PHPExcel_Writer_Excel2007\save().
Here is the caller graph for this function:
|
static |
Set the method that should be used for cell cacheing.
| string | $method | Name of the cacheing method |
| array | $arguments | Optional configuration arguments for the cacheing method |
Definition at line 176 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\initialize().
Here is the call graph for this function:
|
static |
Set details of the external library that PHPExcel should use for rendering charts.
| string | $libraryName | Internal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH |
| string | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 206 of file Settings.php.
References setChartRendererPath().
Here is the call graph for this function:
|
static |
Identify to PHPExcel the external library to use for rendering charts.
| string | $libraryName | Internal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH |
Definition at line 222 of file Settings.php.
|
static |
Tell PHPExcel where to find the external library to use for rendering charts.
| string | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 240 of file Settings.php.
Referenced by setChartRenderer().
Here is the caller graph for this function:
|
static |
Set default options for libxml loader.
| int | $options | Default options for libxml loader |
Definition at line 364 of file Settings.php.
References $options, and defined.
Referenced by getLibXmlLoaderOptions().
Here is the caller graph for this function:
|
static |
Set the locale code to use for formula translations and any special formatting.
| string | $locale | The locale code to use (e.g. "fr" or "pt_br" or "en_uk") |
Definition at line 191 of file Settings.php.
References PHPExcel_Calculation\getInstance().
Here is the call graph for this function:
|
static |
Set details of the external library that PHPExcel should use for rendering PDF files.
| string | $libraryName | 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 | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 287 of file Settings.php.
References setPdfRendererPath().
Here is the call graph for this function:
|
static |
Identify to PHPExcel the external library to use for rendering PDF files.
| string | $libraryName | Internal reference name of the library e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF |
Definition at line 305 of file Settings.php.
|
static |
Tell PHPExcel where to find the external library to use for rendering PDF files.
| string | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 323 of file Settings.php.
Referenced by setPdfRenderer().
Here is the caller graph for this function:
|
static |
Set the Zip handler Class that PHPExcel should use for Zip file management (PCLZip or ZipArchive)
| string | $zipClass | The Zip handler class that PHPExcel should use for Zip file management e.g. PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive |
Definition at line 122 of file Settings.php.
|
staticprivate |
Definition at line 82 of file Settings.php.
Referenced by getChartRendererName().
|
staticprivate |
Definition at line 89 of file Settings.php.
Referenced by getChartRendererPath().
|
staticprivate |
Definition at line 54 of file Settings.php.
|
staticprivate |
Definition at line 113 of file Settings.php.
Referenced by getLibXmlLoaderOptions().
|
staticprivate |
Definition at line 99 of file Settings.php.
Referenced by getPdfRendererName().
|
staticprivate |
Definition at line 106 of file Settings.php.
Referenced by getPdfRendererPath().
|
staticprivate |
Definition at line 58 of file Settings.php.
|
staticprivate |
Definition at line 72 of file Settings.php.
Referenced by getZipClass().
| const PHPExcel_Settings::CHART_RENDERER_JPGRAPH = 'jpgraph' |
Optional Chart Rendering libraries.
Definition at line 46 of file Settings.php.
| const PHPExcel_Settings::PCLZIP = 'PHPExcel_Shared_ZipArchive' |
| const PHPExcel_Settings::PDF_RENDERER_DOMPDF = 'DomPDF' |
Definition at line 50 of file Settings.php.
| const PHPExcel_Settings::PDF_RENDERER_MPDF = 'mPDF' |
Definition at line 51 of file Settings.php.
| const PHPExcel_Settings::PDF_RENDERER_TCPDF = 'tcPDF' |
Optional PDF Rendering libraries.
Definition at line 49 of file Settings.php.
| const PHPExcel_Settings::ZIPARCHIVE = 'ZipArchive' |
Definition at line 43 of file Settings.php.