ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ScalarValueFactory.php
Go to the documentation of this file.
1<?php
10
13
15{
16
22 public function boolean($bool);
23
24
30 public function float($float);
31
32
38 public function integer($integer);
39
40
46 public function string($string);
47
48
57 public function wrapValue($value);
58
59
65 public function scalar($scalar);
66}
An exception for terminatinating execution or to throw for unit testing.