Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_CachedObjectStorage_APC
  • PHPExcel_CachedObjectStorage_CacheBase
  • PHPExcel_CachedObjectStorage_DiscISAM
  • PHPExcel_CachedObjectStorage_Igbinary
  • PHPExcel_CachedObjectStorage_Memcache
  • PHPExcel_CachedObjectStorage_Memory
  • PHPExcel_CachedObjectStorage_MemoryGZip
  • PHPExcel_CachedObjectStorage_MemorySerialized
  • PHPExcel_CachedObjectStorage_PHPTemp
  • PHPExcel_CachedObjectStorage_SQLite
  • PHPExcel_CachedObjectStorage_SQLite3
  • PHPExcel_CachedObjectStorage_Wincache
  • PHPExcel_CachedObjectStorageFactory

Interfaces

  • PHPExcel_CachedObjectStorage_ICache
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_CachedObjectStorage_MemorySerialized

PHPExcel_CachedObjectStorage_MemorySerialized

PHPExcel_CachedObjectStorage_CacheBase
Extended by PHPExcel_CachedObjectStorage_MemorySerialized implements PHPExcel_CachedObjectStorage_ICache
Package: PHPExcel\CachedObjectStorage
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/CachedObjectStorage/MemorySerialized.php
Methods summary
protected
# _storeData( )

Store cell data in cache for the current cell object if it's "dirty", and the 'nullify' the current cell object

Store cell data in cache for the current cell object if it's "dirty", and the 'nullify' the current cell object

Throws

PHPExcel_Exception
public
# addCacheData( string $pCoord, PHPExcel_Cell $cell )

Add or Update a cell in cache identified by coordinate address

Add or Update a cell in cache identified by coordinate address

Parameters

$pCoord
Coordinate address of the cell to update
$cell
Cell to update

Throws

PHPExcel_Exception

Implementation of

PHPExcel_CachedObjectStorage_ICache::addCacheData()
public PHPExcel_Cell
# getCacheData( string $pCoord )

Get cell at a specific coordinate

Get cell at a specific coordinate

Parameters

$pCoord
Coordinate of the cell

Returns

PHPExcel_Cell
Cell that was found, or null if not found

Throws

PHPExcel_Exception

Implementation of

PHPExcel_CachedObjectStorage_ICache::getCacheData()
public array
# getCellList( )

Get a list of all cell addresses currently held in cache

Get a list of all cell addresses currently held in cache

Returns

array
of string

Overrides

PHPExcel_CachedObjectStorage_CacheBase::getCellList()

Implementation of

PHPExcel_CachedObjectStorage_ICache::getCellList()
public
# unsetWorksheetCells( )

Clear the cell collection and disconnect from our parent

Clear the cell collection and disconnect from our parent

Methods inherited from PHPExcel_CachedObjectStorage_CacheBase
__construct(), _getUniqueID(), cacheMethodIsAvailable(), copyCellCollection(), deleteCacheData(), getCurrentAddress(), getCurrentColumn(), getCurrentRow(), getHighestColumn(), getHighestRow(), getHighestRowAndColumn(), getParent(), getSortedCellList(), isDataSet(), moveCell(), updateCacheData()
Properties inherited from PHPExcel_CachedObjectStorage_CacheBase
$_cellCache, $_currentCellIsDirty, $_currentObject, $_currentObjectID, $_parent
Autene API documentation generated by ApiGen