ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\MainMenu\Factory
;
22
27
interface
isParent
extends
isItem
28
{
32
public
function
getChildren
(): array;
33
37
public
function
withChildren
(array $children):
isParent
;
38
42
public
function
appendChild
(
isItem
$child):
isParent
;
43
44
public
function
removeChild
(
isItem
$child_to_remove):
isParent
;
45
46
public
function
hasChildren
(): bool;
47
public
function
calculateAmountOfChildren
(): void;
48
public
function
getAmountOfChildren
(
bool
$including_dropped =
true
):
int
;
49
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:32
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent
Interface isParent.
Definition:
isParent.php:28
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\appendChild
appendChild(isItem $child)
Attention.
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\removeChild
removeChild(isItem $child_to_remove)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\getAmountOfChildren
getAmountOfChildren(bool $including_dropped=true)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\withChildren
withChildren(array $children)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\calculateAmountOfChildren
calculateAmountOfChildren()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\hasChildren
hasChildren()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isParent\getChildren
getChildren()
ILIAS\GlobalScreen\Scope\MainMenu\Factory
Definition:
AbstractBaseItem.php:21
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
GlobalScreen
src
Scope
MainMenu
Factory
isParent.php
Generated on Sun Oct 19 2025 23:02:59 for ILIAS by
1.9.4 (using
Doxyfile
)