ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Escher.php
Go to the documentation of this file.
1<?php
36{
43
50
56 public function getDggContainer()
57 {
59 }
60
66 public function setDggContainer($dggContainer)
67 {
68 return $this->_dggContainer = $dggContainer;
69 }
70
76 public function getDgContainer()
77 {
79 }
80
86 public function setDgContainer($dgContainer)
87 {
88 return $this->_dgContainer = $dgContainer;
89 }
90
91}
An exception for terminatinating execution or to throw for unit testing.
setDgContainer($dgContainer)
Set Drawing Container.
Definition: Escher.php:86
getDggContainer()
Get Drawing Group Container.
Definition: Escher.php:56
setDggContainer($dggContainer)
Set Drawing Group Container.
Definition: Escher.php:66
getDgContainer()
Get Drawing Container.
Definition: Escher.php:76