ILIAS
eassessment Revision 61809
|
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. | |
copyCellCollection (PHPExcel_Worksheet $parent) | |
Clone the cell collection. | |
unsetWorksheetCells () | |
__construct (PHPExcel_Worksheet $parent) | |
__destruct () | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
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. | |
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. |
Private Member Functions | |
_storeData () |
Private Attributes | |
$_fileName = null | |
$_fileHandle = null |
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 DiscISAM.php.
PHPExcel_CachedObjectStorage_DiscISAM::__construct | ( | PHPExcel_Worksheet | $parent | ) |
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 139 of file DiscISAM.php.
References PHPExcel_CachedObjectStorage_CacheBase\_getUniqueID(), and PHPExcel_Shared_File\sys_get_temp_dir().
PHPExcel_CachedObjectStorage_DiscISAM::__destruct | ( | ) |
Definition at line 149 of file DiscISAM.php.
Referenced by unsetWorksheetCells().
|
private |
Definition at line 42 of file DiscISAM.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObjectID.
Referenced by addCacheData(), and getCacheData().
PHPExcel_CachedObjectStorage_DiscISAM::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 63 of file DiscISAM.php.
References _storeData().
PHPExcel_CachedObjectStorage_DiscISAM::copyCellCollection | ( | PHPExcel_Worksheet | $parent | ) |
Clone the cell collection.
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 111 of file DiscISAM.php.
References PHPExcel_CachedObjectStorage_CacheBase\_getUniqueID(), and PHPExcel_Shared_File\sys_get_temp_dir().
PHPExcel_CachedObjectStorage_DiscISAM::getCacheData | ( | $pCoord | ) |
Get cell at a specific coordinate.
string | $pCoord | Coordinate of the cell |
Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 82 of file DiscISAM.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObject, and _storeData().
PHPExcel_CachedObjectStorage_DiscISAM::unsetWorksheetCells | ( | ) |
Definition at line 124 of file DiscISAM.php.
References __destruct().
|
private |
Definition at line 39 of file DiscISAM.php.
|
private |
Definition at line 38 of file DiscISAM.php.