ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
isChild.php
Go to the documentation of this file.
2
4
9interface isChild extends isItem
10{
11
18 public function withParent(IdentificationInterface $identification) : isItem;
19
23 public function hasParent() : bool;
24
29
34 public function overrideParent(IdentificationInterface $identification) : isChild;
35}
An exception for terminatinating execution or to throw for unit testing.
overrideParent(IdentificationInterface $identification)
withParent(IdentificationInterface $identification)
As a developer, you provide the standard-parent Item while creating your items.