ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.
withParent(IdentificationInterface $identification)
As a developer, you provide the standard-parent Item while creating your items.
overrideParent(IdentificationInterface $identification)