ILIAS
eassessment Revision 61809
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
ICache.php
Go to the documentation of this file.
1
<?php
36
interface
PHPExcel_CachedObjectStorage_ICache
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
}
Services
Excel
PHPExcel
1.7.6
Classes
PHPExcel
CachedObjectStorage
ICache.php
Generated on Mon Apr 25 2016 19:01:25 for ILIAS by
1.8.1.2 (using
Doxyfile
)