You are here

public static function PHPExcel_CachedObjectStorageFactory::finalize in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorageFactory.php \PHPExcel_CachedObjectStorageFactory::finalize()

Clear the cache storage

1 call to PHPExcel_CachedObjectStorageFactory::finalize()
CellCollectionTest::testCacheLastCell in vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Worksheet/CellCollectionTest.php

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorageFactory.php, line 244

Class

PHPExcel_CachedObjectStorageFactory
PHPExcel_CachedObjectStorageFactory

Code

public static function finalize() {
  self::$_cacheStorageMethod = NULL;
  self::$_cacheStorageClass = NULL;
  self::$_storageMethodParameters = array();
}