ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
isParent.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Factory
;
2
7
interface
isParent
extends
isItem
8
{
9
13
public
function
getChildren
() : array;
14
19
public
function
withChildren
(array $children) :
isParent
;
20
26
public
function
appendChild
(
isChild
$child) :
isParent
;
27
32
public
function
removeChild
(
isChild
$child) :
isParent
;
33
37
public
function
hasChildren
() : bool;
38
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\appendChild
appendChild(isChild $child)
Attention.
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:11
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent
Interface isParent.
Definition:
isParent.php:7
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild
Interface isChild.
Definition:
isChild.php:9
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\hasChildren
hasChildren()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\getChildren
getChildren()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\removeChild
removeChild(isChild $child)
ILIAS\GlobalScreen\Scope\MainMenu\Factory
Definition:
AbstractBaseItem.php:1
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\withChildren
withChildren(array $children)
src
GlobalScreen
Scope
MainMenu
Factory
isParent.php
Generated on Tue Sep 2 2025 20:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)