ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
isChild.php
Go to the documentation of this file.
2 
4 
10 interface isChild extends isItem
11 {
12 
21  public function withParent(IdentificationInterface $identification) : isItem;
22 
23 
27  public function hasParent() : bool;
28 
29 
33  public function getParent() : IdentificationInterface;
34 
35 
41  public function overrideParent(IdentificationInterface $identification) : isChild;
42 }
withParent(IdentificationInterface $identification)
As a developer, you provide the standard-parent Item while creating your items.
overrideParent(IdentificationInterface $identification)