ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
isChild.php
Go to the documentation of this file.
2
4
10interface isChild extends isItem
11{
12
21 public function withParent(IdentificationInterface $identification) : isItem;
22
23
27 public function hasParent() : bool;
28
29
34
35
41 public function overrideParent(IdentificationInterface $identification) : isChild;
42}
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.