PHPExcel_CachedObjectStorage
[ class tree: PHPExcel_CachedObjectStorage ] [ index: PHPExcel_CachedObjectStorage ] [ all elements ]

Class: PHPExcel_CachedObjectStorage_Memory

Source Location: /PHPExcel/CachedObjectStorage/Memory.php

Class Overview

PHPExcel_CachedObjectStorage_CacheBase
   |
   --PHPExcel_CachedObjectStorage_Memory

PHPExcel_CachedObjectStorage_Memory


Author(s):

Copyright:

  • Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Methods


Inherited Variables

Inherited Methods

Class: PHPExcel_CachedObjectStorage_CacheBase

PHPExcel_CachedObjectStorage_CacheBase::__construct()
PHPExcel_CachedObjectStorage_CacheBase::copyCellCollection()
Clone the cell collection
PHPExcel_CachedObjectStorage_CacheBase::deleteCacheData()
Delete a cell in cache identified by coordinate address
PHPExcel_CachedObjectStorage_CacheBase::getCellList()
Get a list of all cell addresses currently held in cache
PHPExcel_CachedObjectStorage_CacheBase::getSortedCellList()
Sort the list of all cell addresses currently held in cache by row and column
PHPExcel_CachedObjectStorage_CacheBase::isDataSet()
Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell?
PHPExcel_CachedObjectStorage_CacheBase::updateCacheData()
Add or Update a cell in cache
PHPExcel_CachedObjectStorage_CacheBase::_getUniqueID()

Class Details

[line 36]
PHPExcel_CachedObjectStorage_Memory



Tags:

copyright:  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Methods


method addCacheData [line 46]

void addCacheData( string $pCoord, $cell)

Add or Update a cell in cache identified by coordinate address



Tags:

throws:  Exception
access:  public



Implementation of:
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

[ Top ]

method copyCellCollection [line 71]

void copyCellCollection( $parent)



Tags:

access:  public



Implementation of:
PHPExcel_CachedObjectStorage_ICache::copyCellCollection()
Clone the cell collection
Overrides PHPExcel_CachedObjectStorage_CacheBase::copyCellCollection() (Clone the cell collection)

Parameters:

PHPExcel_Worksheet   $parent  

[ Top ]

method getCacheData [line 59]

PHPExcel_Cell getCacheData( string $pCoord)

Get cell at a specific coordinate



Tags:

return:  Cell that was found, or null if not found
throws:  Exception
access:  public



Implementation of:
PHPExcel_CachedObjectStorage_ICache::getCacheData()
Fetch a cell from cache identified by coordinate address

Parameters:

string   $pCoord   Coordinate of the cell

[ Top ]

method unsetWorksheetCells [line 84]

void unsetWorksheetCells( )



Tags:

access:  public


[ Top ]


Documentation generated on Sun, 27 Feb 2011 16:32:46 -0800 by phpDocumentor 1.4.3