|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_CachedObjectStorage_MemoryGZip:
Collaboration diagram for PHPExcel_CachedObjectStorage_MemoryGZip:Public Member Functions | |
| addCacheData ($pCoord, PHPExcel_Cell $cell) | |
| Add or Update a cell in cache identified by coordinate address. | |
| getCacheData ($pCoord) | |
| Get cell at a specific coordinate. | |
| unsetWorksheetCells () | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
| __construct (PHPExcel_Worksheet $parent) | |
| isDataSet ($pCoord) | |
| Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell? | |
| updateCacheData (PHPExcel_Cell $cell) | |
| Add or Update a cell in cache. | |
| deleteCacheData ($pCoord) | |
| Delete a cell in cache identified by coordinate address. | |
| getCellList () | |
| Get a list of all cell addresses currently held in cache. | |
| getSortedCellList () | |
| Sort the list of all cell addresses currently held in cache by row and column. | |
| copyCellCollection (PHPExcel_Worksheet $parent) | |
| Clone the cell collection. | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_ICache | |
| updateCacheData (PHPExcel_Cell $cell) | |
| Add or Update a cell in cache. | |
| deleteCacheData ($pCoord) | |
| Delete a cell in cache identified by coordinate address. | |
| isDataSet ($pCoord) | |
| Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell? | |
| getCellList () | |
| Get a list of all cell addresses currently held in cache. | |
| getSortedCellList () | |
| Get the list of all cell addresses currently held in cache sorted by column and row. | |
| copyCellCollection (PHPExcel_Worksheet $parent) | |
| Clone the cell collection. | |
Private Member Functions | |
| _storeData () | |
Additional Inherited Members | |
Protected Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
| _getUniqueID () | |
Protected Attributes inherited from PHPExcel_CachedObjectStorage_CacheBase | |
| $_parent | |
| $_currentObject = null | |
| $_currentObjectID = null | |
| $_cellCache = array() | |
Definition at line 36 of file MemoryGZip.php.
|
private |
Definition at line 38 of file MemoryGZip.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObjectID.
Referenced by addCacheData(), and getCacheData().
Here is the caller graph for this function:| PHPExcel_CachedObjectStorage_MemoryGZip::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 |
| Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 54 of file MemoryGZip.php.
References _storeData().
Here is the call graph for this function:| PHPExcel_CachedObjectStorage_MemoryGZip::getCacheData | ( | $pCoord | ) |
Get cell at a specific coordinate.
| string | $pCoord | Coordinate of the cell |
| Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 73 of file MemoryGZip.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObject, and _storeData().
Here is the call graph for this function:| PHPExcel_CachedObjectStorage_MemoryGZip::unsetWorksheetCells | ( | ) |
Definition at line 96 of file MemoryGZip.php.