ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
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
}
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:12
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild
Interface isChild.
Definition:
isChild.php:10
IdentificationInterface
php
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 Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)