3 declare(strict_types=1);
getEnvironment()
Get the environment.
withData($data)
Apply data to the Tree.
getRecursion()
Get the mapping-class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
isSubTree()
Is this only a part of a tree? Needed if parts are loaded async.
withHighlightOnNodeClick(bool $highlight)
Should a clicked node be highlighted?
getLabel()
Get the (aria-)label.
withIsSubTree(bool $is_sub)
Set this tree to be a part of a tree.
getHighlightOnNodeClick()
Is the tree configured to highlight a clicked node?
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This describes a Tree Control.
withEnvironment($environment)
Configure the Tree with additional information that will be relayed to TreeRecursion.
Interface for mapping data-structures to the Tree.