ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
isParent.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Factory
;
22
27
interface
isParent
extends
isItem
28
{
32
public
function
getChildren
(): array;
33
38
public
function
withChildren
(array $children):
isParent
;
39
45
public
function
appendChild
(
isChild
$child):
isParent
;
46
50
public
function
hasChildren
(): bool;
51
}
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isParent\hasChildren
hasChildren()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isParent\appendChild
appendChild(isChild $child)
Attention.
ILIAS\GlobalScreen\Scope\MetaBar\Factory
Definition:
AbstractBaseItem.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isParent
Interface isParent.
Definition:
isParent.php:27
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isChild
Interface isChild.
Definition:
isChild.php:29
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isParent\getChildren
getChildren()
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
Definition:
isItem.php:29
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isParent\withChildren
withChildren(array $children)
components
ILIAS
GlobalScreen
src
Scope
MetaBar
Factory
isParent.php
Generated on Wed Sep 3 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)