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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Tree\Expandable
This describes a Tree Control.
Definition:
Expandable.php:15
ILIAS\UI\Component\Tree\Factory
Tree factory.
Definition:
Factory.php:10
ILIAS\UI\Component\Tree\Factory\expandable
expandable(string $label, TreeRecursion $recursion)
ILIAS\UI\Component\Tree\Factory\node
node()
ILIAS\UI\Component\Tree\TreeRecursion
Interface for mapping data-structures to the Tree.
Definition:
TreeRecursion.php:24
ILIAS\UI\Component\Tree
Definition:
Expandable.php:6
src
UI
Component
Tree
Factory.php
Generated on Fri Oct 3 2025 21:01:09 for ILIAS by
1.9.4 (using
Doxyfile
)