ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
isChild.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Factory
;
2
3
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
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
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild\getParent
getParent()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild\hasParent
hasParent()
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:8
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild\overrideParent
overrideParent(IdentificationInterface $identification)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:11
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild
Interface isChild.
Definition:
isChild.php:9
IdentificationInterface
ILIAS\GlobalScreen\Scope\MainMenu\Factory
Definition:
AbstractBaseItem.php:1
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild\withParent
withParent(IdentificationInterface $identification)
As a developer, you provide the standard-parent Item while creating your items.
src
GlobalScreen
Scope
MainMenu
Factory
isChild.php
Generated on Tue Sep 2 2025 20:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)