ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Escher.php
Go to the documentation of this file.
1 <?php
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 }
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
setDgContainer($dgContainer)
Set Drawing Container.
Definition: Escher.php:86