ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
isChild.php
Go to the documentation of this file.
2 
4 
9 interface isChild extends isItem
10 {
11 
18  public function withParent(IdentificationInterface $identification) : isItem;
19 
23  public function hasParent() : bool;
24 
28  public function getParent() : IdentificationInterface;
29 
34  public function overrideParent(IdentificationInterface $identification) : isChild;
35 }
overrideParent(IdentificationInterface $identification)
withParent(IdentificationInterface $identification)
As a developer, you provide the standard-parent Item while creating your items.