public function PHPExcel_CachedObjectStorage_ICache::addCacheData in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php \PHPExcel_CachedObjectStorage_ICache::addCacheData()
Add or Update a cell in cache identified by coordinate address
Parameters
string $pCoord Coordinate address of the cell to update:
PHPExcel_Cell $cell Cell to update: * @return PHPExcel_Cell
Throws
11 methods override PHPExcel_CachedObjectStorage_ICache::addCacheData()
- PHPExcel_CachedObjectStorage_APC::addCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ APC.php - Add or Update a cell in cache identified by coordinate address
- PHPExcel_CachedObjectStorage_DiscISAM::addCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ DiscISAM.php - Add or Update a cell in cache identified by coordinate address
- PHPExcel_CachedObjectStorage_Igbinary::addCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ Igbinary.php - Add or Update a cell in cache identified by coordinate address
- PHPExcel_CachedObjectStorage_Memcache::addCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ Memcache.php - Add or Update a cell in cache identified by coordinate address
- PHPExcel_CachedObjectStorage_Memory::addCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ Memory.php - Add or Update a cell in cache identified by coordinate address
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ ICache.php, line 46
Class
- PHPExcel_CachedObjectStorage_ICache
- PHPExcel_CachedObjectStorage_ICache
Code
public function addCacheData($pCoord, PHPExcel_Cell $cell);