ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
addCacheData ($pCoord, PHPExcel_Cell $cell) | |
Add or Update a cell in cache identified by coordinate address. More... | |
getCacheData ($pCoord) | |
Get cell at a specific coordinate. More... | |
getCellList () | |
Get a list of all cell addresses currently held in cache. More... | |
copyCellCollection (PHPExcel_Worksheet $parent) | |
Clone the cell collection. More... | |
unsetWorksheetCells () | |
Clear the cell collection and disconnect from our parent. More... | |
__construct (PHPExcel_Worksheet $parent, $arguments) | |
Initialise this new cell collection. More... | |
__destruct () | |
Destroy this cell collection. More... | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
__construct (PHPExcel_Worksheet $parent) | |
Initialise this new cell collection. More... | |
getParent () | |
Return the parent worksheet for this cell collection. More... | |
isDataSet ($pCoord) | |
Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell? More... | |
moveCell ($fromAddress, $toAddress) | |
Move a cell object from one address to another. More... | |
updateCacheData (PHPExcel_Cell $cell) | |
Add or Update a cell in cache. More... | |
deleteCacheData ($pCoord) | |
Delete a cell in cache identified by coordinate address. More... | |
getCellList () | |
Get a list of all cell addresses currently held in cache. More... | |
getSortedCellList () | |
Sort the list of all cell addresses currently held in cache by row and column. More... | |
getHighestRowAndColumn () | |
Get highest worksheet column and highest row that have cell records. More... | |
getCurrentAddress () | |
Return the cell address of the currently active cell object. More... | |
getCurrentColumn () | |
Return the column address of the currently active cell object. More... | |
getCurrentRow () | |
Return the row address of the currently active cell object. More... | |
getHighestColumn ($row=null) | |
Get highest worksheet column. More... | |
getHighestRow ($column=null) | |
Get highest worksheet row. More... | |
copyCellCollection (PHPExcel_Worksheet $parent) | |
Clone the cell collection. More... | |
removeRow ($row) | |
Remove a row, deleting all cells in that row. More... | |
removeColumn ($column) | |
Remove a column, deleting all cells in that column. More... | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_ICache | |
updateCacheData (PHPExcel_Cell $cell) | |
Add or Update a cell in cache. More... | |
deleteCacheData ($pCoord) | |
Delete a cell in cache identified by coordinate address. More... | |
isDataSet ($pCoord) | |
Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell? More... | |
getSortedCellList () | |
Get the list of all cell addresses currently held in cache sorted by column and row. More... | |
Protected Member Functions | |
_storeData () | |
Store cell data in cache for the current cell object if it's "dirty", and the 'nullify' the current cell object. More... | |
Protected Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
_getUniqueID () | |
Generate a unique ID for cache referencing. More... | |
Private Attributes | |
$_fileHandle = null | |
$_memoryCacheSize = null | |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
static | 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. More... | |
Static Public Member Functions inherited from PHPExcel_CachedObjectStorage_ICache | |
static | 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. More... | |
Protected Attributes inherited from PHPExcel_CachedObjectStorage_CacheBase | |
$_parent | |
$_currentObject = null | |
$_currentObjectID = null | |
$_currentCellIsDirty = true | |
$_cellCache = array() | |
Definition at line 36 of file PHPTemp.php.
PHPExcel_CachedObjectStorage_PHPTemp::__construct | ( | PHPExcel_Worksheet | $parent, |
$arguments | |||
) |
Initialise this new cell collection.
PHPExcel_Worksheet | $parent | The worksheet for this cell collection |
array | of mixed $arguments Additional initialisation arguments |
Definition at line 186 of file PHPTemp.php.
PHPExcel_CachedObjectStorage_PHPTemp::__destruct | ( | ) |
Destroy this cell collection.
Definition at line 199 of file PHPTemp.php.
Referenced by unsetWorksheetCells().
|
protected |
Store cell data in cache for the current cell object if it's "dirty", and the 'nullify' the current cell object.
PHPExcel_Exception |
Definition at line 59 of file PHPTemp.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObjectID, and array.
Referenced by addCacheData(), getCacheData(), and getCellList().
PHPExcel_CachedObjectStorage_PHPTemp::addCacheData | ( | $pCoord, | |
PHPExcel_Cell | $cell | ||
) |
Add or Update a cell in cache identified by coordinate address.
string | $pCoord | Coordinate address of the cell to update |
PHPExcel_Cell | $cell | Cell to update |
PHPExcel_Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 83 of file PHPTemp.php.
References _storeData().
PHPExcel_CachedObjectStorage_PHPTemp::copyCellCollection | ( | PHPExcel_Worksheet | $parent | ) |
Clone the cell collection.
PHPExcel_Worksheet | $parent | The new worksheet |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 147 of file PHPTemp.php.
PHPExcel_CachedObjectStorage_PHPTemp::getCacheData | ( | $pCoord | ) |
Get cell at a specific coordinate.
string | $pCoord | Coordinate of the cell |
PHPExcel_Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 103 of file PHPTemp.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObject, and _storeData().
PHPExcel_CachedObjectStorage_PHPTemp::getCellList | ( | ) |
Get a list of all cell addresses currently held in cache.
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 132 of file PHPTemp.php.
References _storeData().
PHPExcel_CachedObjectStorage_PHPTemp::unsetWorksheetCells | ( | ) |
Clear the cell collection and disconnect from our parent.
Definition at line 165 of file PHPTemp.php.
References __destruct(), and array.
|
private |
Definition at line 43 of file PHPTemp.php.
|
private |
Definition at line 50 of file PHPTemp.php.