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 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Methods


Inherited Variables

Inherited Methods

Class: PHPExcel_CachedObjectStorage_CacheBase

PHPExcel_CachedObjectStorage_CacheBase::__construct()
Initialise this new cell collection
PHPExcel_CachedObjectStorage_CacheBase::cacheMethodIsAvailable()
Identify whether the caching method is currently available Some methods are dependent on the availability of certain extensions being enabled in the PHP build
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::getHighestColumn()
Get highest worksheet column
PHPExcel_CachedObjectStorage_CacheBase::getHighestRow()
Get highest worksheet row
PHPExcel_CachedObjectStorage_CacheBase::getHighestRowAndColumn()
Get highest worksheet column and highest row that have cell records
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()
Generate a unique ID for cache referencing

Class Details

[line 36]
PHPExcel_CachedObjectStorage_Memory



Tags:

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


[ Top ]


Class Methods


method addCacheData [line 46]

void addCacheData( string $pCoord, PHPExcel_Cell $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 77]

void copyCellCollection( PHPExcel_Worksheet $parent)

Clone the cell collection



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   The new worksheet

[ 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 95]

void unsetWorksheetCells( )

Clear the cell collection and disconnect from our parent



Tags:

access:  public


[ Top ]


Documentation generated on Sat, 19 May 2012 14:38:00 +0200 by phpDocumentor 1.4.4