ILIAS  release_7 Revision v7.30-3-g800a261c036
isChild.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
23
28interface isChild extends isItem
29{
36 public function withParent(IdentificationInterface $identification) : isItem;
37
41 public function hasParent() : bool;
42
47
52 public function overrideParent(IdentificationInterface $identification) : isItem;
53}
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.