ILIAS  release_8 Revision v8.24
isChild.php
Go to the documentation of this file.
1<?php
2
3declare(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}
overrideParent(IdentificationInterface $identification)
withParent(IdentificationInterface $identification)
As a developer, you provide the standard-parent Item while creating your items.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...