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
Escher.php
Go to the documentation of this file.
1
<?php
35
class
PHPExcel_Shared_Escher
36
{
42
private
$_dggContainer
;
43
49
private
$_dgContainer
;
50
56
public
function
getDggContainer
()
57
{
58
return
$this->_dggContainer
;
59
}
60
66
public
function
setDggContainer
($dggContainer)
67
{
68
return
$this->_dggContainer = $dggContainer;
69
}
70
76
public
function
getDgContainer
()
77
{
78
return
$this->_dgContainer
;
79
}
80
86
public
function
setDgContainer
($dgContainer)
87
{
88
return
$this->_dgContainer = $dgContainer;
89
}
90
91
}
Services
Excel
PHPExcel
1.7.6
Classes
PHPExcel
Shared
Escher.php
Generated on Mon Apr 25 2016 19:01:27 for ILIAS by
1.8.1.2 (using
Doxyfile
)