ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Escher.php
Go to the documentation of this file.
1<?php
2
4
5class Escher
6{
13
19 private $dgContainer;
20
26 public function getDggContainer()
27 {
29 }
30
39 {
40 return $this->dggContainer = $dggContainer;
41 }
42
48 public function getDgContainer()
49 {
50 return $this->dgContainer;
51 }
52
61 {
62 return $this->dgContainer = $dgContainer;
63 }
64}
An exception for terminatinating execution or to throw for unit testing.
setDgContainer($dgContainer)
Set Drawing Container.
Definition: Escher.php:60
setDggContainer($dggContainer)
Set Drawing Group Container.
Definition: Escher.php:38
getDggContainer()
Get Drawing Group Container.
Definition: Escher.php:26
getDgContainer()
Get Drawing Container.
Definition: Escher.php:48