[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 251 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_CachedObjectStorageFactory:: (7 methods):
getCacheStorageMethod()
getCacheStorageClass()
getAllCacheStorageMethods()
getCacheStorageMethods()
initialize()
getInstance()
finalize()
Class: PHPExcel_CachedObjectStorageFactory - X-Ref
PHPExcel_CachedObjectStorageFactorygetCacheStorageMethod() X-Ref |
Return the current cache storage method return: string|NULL |
getCacheStorageClass() X-Ref |
Return the current cache storage class return: PHPExcel_CachedObjectStorage_ICache|NULL |
getAllCacheStorageMethods() X-Ref |
Return the list of all possible cache storage methods return: string[] |
getCacheStorageMethods() X-Ref |
Return the list of all available cache storage methods return: string[] |
initialize($method = self::cache_in_memory, $arguments = array() X-Ref |
Identify the cache storage method to use param: string $method Name of the method to use for cell cacheing param: array of mixed $arguments Additional arguments to pass to the cell caching class return: boolean |
getInstance(PHPExcel_Worksheet $parent) X-Ref |
Initialise the cache storage param: PHPExcel_Worksheet $parent Enable cell caching for this worksheet return: PHPExcel_CachedObjectStorage_ICache |
finalize() X-Ref |
Clear the cache storage |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |