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_Memory

PHPExcel_CachedObjectStorage_Memory

PHPExcel_CachedObjectStorage_CacheBase
Extended by PHPExcel_CachedObjectStorage_Memory 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/Memory.php
Methods summary
protected
# _storeData( )

Dummy method callable from CacheBase, but unused by Memory cache

Dummy method callable from CacheBase, but unused by Memory cache

public PHPExcel_Cell
# 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

Returns

PHPExcel_Cell

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
# copyCellCollection( PHPExcel_Worksheet $parent )

Clone the cell collection

Clone the cell collection

Parameters

$parent
The new worksheet

Overrides

PHPExcel_CachedObjectStorage_CacheBase::copyCellCollection()

Implementation of

PHPExcel_CachedObjectStorage_ICache::copyCellCollection()
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(), deleteCacheData(), getCellList(), 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