|
ILIAS
eassessment Revision 61809
|
PHPExcel root directory. More...
Collaboration diagram for PHPExcel_Settings:Static Public Member Functions | |
| static | setZipClass ($zipClass) |
| Set the Zip Class to use (PCLZip or ZipArchive) | |
| static | getZipClass () |
| Return the Zip Class to use (PCLZip or ZipArchive) | |
| static | getCacheStorageMethod () |
| static | getCacheStorageClass () |
| static | setCacheStorageMethod ($method=PHPExcel_CachedObjectStorageFactory::cache_in_memory, $arguments=array()) |
| static | setLocale ($locale) |
Data Fields | |
| const | PCLZIP = 'PHPExcel_Shared_ZipArchive' |
| constants | |
| const | ZIPARCHIVE = 'ZipArchive' |
Static Private Attributes | |
| static | $_zipClass = self::ZIPARCHIVE |
PHPExcel root directory.
Definition at line 38 of file Settings.php.
|
static |
Definition at line 79 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\$_cacheStorageClass.
|
static |
Definition at line 74 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\$_cacheStorageMethod.
|
static |
Return the Zip Class to use (PCLZip or ZipArchive)
Definition at line 69 of file Settings.php.
References $_zipClass.
Referenced by PHPExcel_Writer_Excel2007\save().
Here is the caller graph for this function:
|
static |
Definition at line 84 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\initialize().
Referenced by ilExcelXMLAdapter\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 89 of file Settings.php.
References PHPExcel_Calculation\getInstance().
Here is the call graph for this function:
|
static |
Set the Zip Class to use (PCLZip or ZipArchive)
| string | $zipClass | PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive |
Definition at line 54 of file Settings.php.
|
staticprivate |
Definition at line 45 of file Settings.php.
Referenced by getZipClass().
| const PHPExcel_Settings::PCLZIP = 'PHPExcel_Shared_ZipArchive' |
constants
Definition at line 41 of file Settings.php.
| const PHPExcel_Settings::ZIPARCHIVE = 'ZipArchive' |
Definition at line 42 of file Settings.php.