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

Class: PHPExcel_CachedObjectStorage_PHPTemp

Source Location: /PHPExcel/CachedObjectStorage/PHPTemp.php

Class Overview

PHPExcel_CachedObjectStorage_CacheBase
   |
   --PHPExcel_CachedObjectStorage_PHPTemp

PHPExcel_CachedObjectStorage_PHPTemp


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_PHPTemp



Tags:

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


[ Top ]


Class Methods


constructor __construct [line 140]

PHPExcel_CachedObjectStorage_PHPTemp __construct( $parent, [ $memoryCacheSize = '1MB'])



Tags:

access:  public


Overrides PHPExcel_CachedObjectStorage_CacheBase::__construct() (parent method not documented)

Parameters:

PHPExcel_Worksheet   $parent  
   $memoryCacheSize  

[ Top ]

destructor __destruct [line 150]

void __destruct( )



Tags:

access:  public


[ Top ]

method addCacheData [line 64]

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 112]

void copyCellCollection( $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  

[ Top ]

method getCacheData [line 83]

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 125]

void unsetWorksheetCells( )



Tags:

access:  public


[ Top ]


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