ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
isParent.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Factory
;
2
8
interface
isParent
extends
isItem
9
{
10
14
public
function
getChildren
() : array;
15
16
22
public
function
withChildren
(array $children) :
isParent
;
23
24
32
public
function
appendChild
(
isChild
$child) :
isParent
;
33
34
38
public
function
hasChildren
() : bool;
39
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\appendChild
appendChild(isChild $child)
Attention.
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:12
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent
Interface isParent.
Definition:
isParent.php:8
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isChild
Interface isChild.
Definition:
isChild.php:10
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\hasChildren
hasChildren()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\getChildren
getChildren()
php
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 Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)