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

Implements interfaces:

Methods


Inherited Variables

Inherited Methods

Class: PHPExcel_CachedObjectStorage_CacheBase

PHPExcel_CachedObjectStorage_CacheBase::__construct()
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

Class Details

[line 36]
PHPExcel_CachedObjectStorage_PHPTemp



Tags:

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


[ Top ]


Class Methods


constructor __construct [line 120]

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

void __destruct( )



Tags:

access:  public


[ Top ]

method addCacheData [line 62]

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 getCacheData [line 81]

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

void unsetWorksheetCells( )



Tags:

access:  public


[ Top ]


Documentation generated on Tue, 01 Jun 2010 17:05:41 +0200 by phpDocumentor 1.4.3