ILIAS
eassessment Revision 61809
|
Public Member Functions | |
addCacheData ($pCoord, PHPExcel_Cell $cell) | |
Add or Update a cell in cache identified by coordinate address. | |
isDataSet ($pCoord) | |
Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell? | |
getCacheData ($pCoord) | |
Get cell at a specific coordinate. | |
deleteCacheData ($pCoord) | |
Delete a cell in cache identified by coordinate address. | |
copyCellCollection (PHPExcel_Worksheet $parent) | |
Clone the cell collection. | |
unsetWorksheetCells () | |
__construct (PHPExcel_Worksheet $parent, $arguments) | |
__destruct () | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
__construct (PHPExcel_Worksheet $parent) | |
updateCacheData (PHPExcel_Cell $cell) | |
Add or Update a cell in cache. | |
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. | |
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 | |
$_cachePrefix = null | |
$_cacheTime = 600 |
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() |
PHPExcel_CachedObjectStorage_APC::__construct | ( | PHPExcel_Worksheet | $parent, |
$arguments | |||
) |
Definition at line 198 of file APC.php.
References PHPExcel_CachedObjectStorage_CacheBase\_getUniqueID().
PHPExcel_CachedObjectStorage_APC::__destruct | ( | ) |
Definition at line 211 of file APC.php.
References PHPExcel_CachedObjectStorage_CacheBase\getCellList().
Referenced by _storeData(), copyCellCollection(), and unsetWorksheetCells().
|
private |
Definition at line 43 of file APC.php.
References __destruct().
Referenced by addCacheData(), and getCacheData().
PHPExcel_CachedObjectStorage_APC::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 62 of file APC.php.
References _storeData().
PHPExcel_CachedObjectStorage_APC::copyCellCollection | ( | PHPExcel_Worksheet | $parent | ) |
Clone the cell collection.
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 158 of file APC.php.
References __destruct(), PHPExcel_CachedObjectStorage_CacheBase\_getUniqueID(), deleteCacheData(), and PHPExcel_CachedObjectStorage_CacheBase\getCellList().
PHPExcel_CachedObjectStorage_APC::deleteCacheData | ( | $pCoord | ) |
Delete a cell in cache identified by coordinate address.
string | $pCoord | Coordinate address of the cell to delete |
Exception |
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 144 of file APC.php.
Referenced by copyCellCollection(), getCacheData(), and isDataSet().
PHPExcel_CachedObjectStorage_APC::getCacheData | ( | $pCoord | ) |
Get cell at a specific coordinate.
string | $pCoord | Coordinate of the cell |
Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 108 of file APC.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObject, _storeData(), and deleteCacheData().
PHPExcel_CachedObjectStorage_APC::isDataSet | ( | $pCoord | ) |
Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell?
string | $pCoord | Coordinate address of the cell to check |
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 82 of file APC.php.
References deleteCacheData().
PHPExcel_CachedObjectStorage_APC::unsetWorksheetCells | ( | ) |
Definition at line 182 of file APC.php.
References __destruct().
|
private |