ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.