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... | |
unsetWorksheetCells () | |
Clear the cell collection and disconnect from our parent. 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... | |
copyCellCollection (PHPExcel_Worksheet $parent) | |
Clone the cell collection. 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... | |
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 MemorySerialized.php.
|
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 45 of file MemorySerialized.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObjectID.
Referenced by addCacheData(), getCacheData(), and getCellList().
PHPExcel_CachedObjectStorage_MemorySerialized::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 64 of file MemorySerialized.php.
References _storeData().
PHPExcel_CachedObjectStorage_MemorySerialized::getCacheData | ( | $pCoord | ) |
Get cell at a specific coordinate.
string | $pCoord | Coordinate of the cell |
PHPExcel_Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 84 of file MemorySerialized.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObject, and _storeData().
PHPExcel_CachedObjectStorage_MemorySerialized::getCellList | ( | ) |
Get a list of all cell addresses currently held in cache.
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 112 of file MemorySerialized.php.
References _storeData().
PHPExcel_CachedObjectStorage_MemorySerialized::unsetWorksheetCells | ( | ) |
Clear the cell collection and disconnect from our parent.
Definition at line 126 of file MemorySerialized.php.
References array.