ILIAS  release_7 Revision v7.30-3-g800a261c036
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.