ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
isParent.php
Go to the documentation of this file.
2
7interface isParent extends isItem
8{
9
13 public function getChildren() : array;
14
19 public function withChildren(array $children) : isParent;
20
26 public function appendChild(isChild $child) : isParent;
27
32 public function removeChild(isChild $child) : isParent;
33
37 public function hasChildren() : bool;
38}
An exception for terminatinating execution or to throw for unit testing.