ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Option.php
Go to the documentation of this file.
1<?php
2
4
13interface Option
14{
15
19 public function getLangVar();
20
21
25 public function setLangVar($lang_var);
26
27
31 public function getValue();
32
33
37 public function setValue($value);
38}
An exception for terminatinating execution or to throw for unit testing.