ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
ICache.php
Go to the documentation of this file.
1 <?php
37 {
46  public function addCacheData($pCoord, PHPExcel_Cell $cell);
47 
55  public function updateCacheData(PHPExcel_Cell $cell);
56 
64  public function getCacheData($pCoord);
65 
72  public function deleteCacheData($pCoord);
73 
81  public function isDataSet($pCoord);
82 
88  public function getCellList();
89 
95  public function getSortedCellList();
96 
102  public function copyCellCollection(PHPExcel_Worksheet $parent);
103 
104 }