ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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
}
PHPExcel_Shared_Escher\getDggContainer
getDggContainer()
Get Drawing Group Container.
Definition:
Escher.php:56
PHPExcel_Shared_Escher\$_dggContainer
$_dggContainer
Definition:
Escher.php:42
PHPExcel_Shared_Escher\setDggContainer
setDggContainer($dggContainer)
Set Drawing Group Container.
Definition:
Escher.php:66
PHPExcel_Shared_Escher\getDgContainer
getDgContainer()
Get Drawing Container.
Definition:
Escher.php:76
PHPExcel_Shared_Escher
PHPExcel_Shared_Escher\$_dgContainer
$_dgContainer
Definition:
Escher.php:49
PHPExcel_Shared_Escher\setDgContainer
setDgContainer($dgContainer)
Set Drawing Container.
Definition:
Escher.php:86
libs
composer
vendor
phpoffice
phpexcel
Classes
PHPExcel
Shared
Escher.php
Generated on Sat Jan 18 2025 19:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)