[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/ -> CachedObjectStorageFactory.php (summary)

(no description)

File Size: 231 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_CachedObjectStorageFactory:: (7 methods):
  getCacheStorageMethod()
  getCacheStorageClass()
  getAllCacheStorageMethods()
  getCacheStorageMethods()
  initialize()
  getInstance()
  finalize()


Class: PHPExcel_CachedObjectStorageFactory  - X-Ref

PHPExcel_CachedObjectStorageFactory

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

getCacheStorageMethod()   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: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1