ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
isParent.php
Go to the documentation of this file.
2
8interface isParent extends isItem
9{
10
14 public function getChildren() : array;
15
16
22 public function withChildren(array $children) : isParent;
23
24
32 public function appendChild(isChild $child) : isParent;
33
34
38 public function hasChildren() : bool;
39}
An exception for terminatinating execution or to throw for unit testing.