ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Element.php
Go to the documentation of this file.
1 <?php
16 
26 class Element
27 {
34  var $element;
35 
44  {
45  $this->element = $encoded;
46  }
47 }
__construct($encoded)
Constructor.
Definition: Element.php:43