ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 }