ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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.