ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Escher.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
PhpOffice\PhpSpreadsheet\Shared
;
4
5
class
Escher
6
{
12
private
$dggContainer
;
13
19
private
$dgContainer
;
20
26
public
function
getDggContainer
()
27
{
28
return
$this->dggContainer
;
29
}
30
38
public
function
setDggContainer
(
$dggContainer
)
39
{
40
return
$this->dggContainer =
$dggContainer
;
41
}
42
48
public
function
getDgContainer
()
49
{
50
return
$this->dgContainer
;
51
}
52
60
public
function
setDgContainer
(
$dgContainer
)
61
{
62
return
$this->dgContainer =
$dgContainer
;
63
}
64
}
PhpOffice\PhpSpreadsheet\Shared\Escher\getDggContainer
getDggContainer()
Get Drawing Group Container.
Definition:
Escher.php:26
PhpOffice\PhpSpreadsheet\Shared
Definition:
CodePage.php:3
PhpOffice\PhpSpreadsheet\Shared\Escher\getDgContainer
getDgContainer()
Get Drawing Container.
Definition:
Escher.php:48
PhpOffice\PhpSpreadsheet\Shared\Escher\setDggContainer
setDggContainer($dggContainer)
Set Drawing Group Container.
Definition:
Escher.php:38
PhpOffice\PhpSpreadsheet\Shared\Escher\$dggContainer
$dggContainer
Definition:
Escher.php:12
PhpOffice\PhpSpreadsheet\Shared\Escher\setDgContainer
setDgContainer($dgContainer)
Set Drawing Container.
Definition:
Escher.php:60
PhpOffice\PhpSpreadsheet\Shared\Escher
Definition:
Escher.php:5
PhpOffice\PhpSpreadsheet\Shared\Escher\$dgContainer
$dgContainer
Definition:
Escher.php:19
php
libs
composer
vendor
phpoffice
phpspreadsheet
src
PhpSpreadsheet
Shared
Escher.php
Generated on Thu Jan 16 2025 19:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)