ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Escher.php
Go to the documentation of this file.
1 <?php
2 
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 }
getDggContainer()
Get Drawing Group Container.
Definition: Escher.php:26
getDgContainer()
Get Drawing Container.
Definition: Escher.php:48
setDggContainer($dggContainer)
Set Drawing Group Container.
Definition: Escher.php:38
setDgContainer($dgContainer)
Set Drawing Container.
Definition: Escher.php:60