ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 }
overrideParent(IdentificationInterface $identification)
withParent(IdentificationInterface $identification)
As a developer, you provide the standard-parent Item while creating your items.