ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Element.php
Go to the documentation of this file.
1<?php
16
27{
35
44 {
45 $this->element = $encoded;
46 }
47}
An exception for terminatinating execution or to throw for unit testing.
__construct($encoded)
Constructor.
Definition: Element.php:43