ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Value.php
Go to the documentation of this file.
1<?php
2
4
6
15interface Value extends \Serializable
16{
17
23 public function getHash();
24
25
31 public function equals(Value $other);
32
33
37 public function getType();
38
39
45 public function setParentTask(Task $parentTask);
46
47
51 public function getParentTask();
52
53
57 public function hasParentTask();
58
59
65 public function setValue($value);
66}
An exception for terminatinating execution or to throw for unit testing.
setParentTask(Task $parentTask)
Created by PhpStorm.