ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
declare(strict_types=1);
3
4
namespace
ILIAS\UI\Component\Tree
;
5
9
interface
Factory
10
{
35
public
function
node
() :
Node\Factory
;
36
84
public
function
expandable
(
string
$label,
TreeRecursion
$recursion) :
Expandable
;
85
}
ILIAS\UI\Component\Tree\Expandable
This describes a Tree Control.
Definition:
Expandable.php:14
ILIAS\UI\Component\Tree\Factory
Tree factory.
Definition:
Factory.php:9
ILIAS\UI\Component\Tree\Node\Factory
Nodes factory.
Definition:
Factory.php:12
ILIAS\UI\Component\Tree
Definition:
Expandable.php:6
ILIAS\UI\Component\Tree\TreeRecursion
Interface for mapping data-structures to the Tree.
Definition:
TreeRecursion.php:23
ILIAS\UI\Component\Tree\Factory\node
node()
description: purpose: > Nodes are entries in a Tree.
ILIAS\UI\Component\Tree\Factory\expandable
expandable(string $label, TreeRecursion $recursion)
description: purpose: > An Expandable Tree focusses on the exploration of hierarchically structured ...
src
UI
Component
Tree
Factory.php
Generated on Sun Aug 31 2025 21:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)