ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
DgContainer.php
Go to the documentation of this file.
1
<?
php
35
class
PHPExcel_Shared_Escher_DgContainer
36
{
42
private
$_dgId
;
43
49
private
$_lastSpId
;
50
51
private
$_spgrContainer
= null;
52
53
public
function
getDgId
()
54
{
55
return
$this->_dgId
;
56
}
57
58
public
function
setDgId
($value)
59
{
60
$this->_dgId = $value;
61
}
62
63
public
function
getLastSpId
()
64
{
65
return
$this->_lastSpId
;
66
}
67
68
public
function
setLastSpId
($value)
69
{
70
$this->_lastSpId = $value;
71
}
72
73
public
function
getSpgrContainer
()
74
{
75
return
$this->_spgrContainer
;
76
}
77
78
public
function
setSpgrContainer
($spgrContainer)
79
{
80
return
$this->_spgrContainer = $spgrContainer;
81
}
82
83
}
PHPExcel_Shared_Escher_DgContainer
Definition:
DgContainer.php:35
PHPExcel_Shared_Escher_DgContainer\$_spgrContainer
$_spgrContainer
Definition:
DgContainer.php:51
PHPExcel_Shared_Escher_DgContainer\$_lastSpId
$_lastSpId
Definition:
DgContainer.php:49
PHPExcel_Shared_Escher_DgContainer\setDgId
setDgId($value)
Definition:
DgContainer.php:58
PHPExcel_Shared_Escher_DgContainer\getLastSpId
getLastSpId()
Definition:
DgContainer.php:63
PHPExcel_Shared_Escher_DgContainer\setLastSpId
setLastSpId($value)
Definition:
DgContainer.php:68
PHPExcel_Shared_Escher_DgContainer\getSpgrContainer
getSpgrContainer()
Definition:
DgContainer.php:73
PHPExcel_Shared_Escher_DgContainer\setSpgrContainer
setSpgrContainer($spgrContainer)
Definition:
DgContainer.php:78
PHPExcel_Shared_Escher_DgContainer\$_dgId
$_dgId
Definition:
DgContainer.php:42
php
PHPExcel_Shared_Escher_DgContainer\getDgId
getDgId()
Definition:
DgContainer.php:53
libs
composer
vendor
phpoffice
phpexcel
Classes
PHPExcel
Shared
Escher
DgContainer.php
Generated on Fri Jan 17 2025 19:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)