ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
|
Dummy-implementation for testing. More...
Additional Inherited Members | |
![]() | |
__construct (string $label, ITree\TreeRecursion $recursion) | |
getLabel () | |
withEnvironment ($environment) | |
Configure the Tree with additional information that will be relayed to TreeRecursion. More... | |
withData ($data) | |
Apply data to the Tree. More... | |
getEnvironment () | |
Get the environment. More... | |
getData () | |
Get the data. More... | |
getRecursion () | |
Get the mapping-class. More... | |
withHighlightOnNodeClick (bool $highlight_nodes_on_click) | |
Should a clicked node be highlighted? More... | |
getHighlightOnNodeClick () | |
Is the tree configured to highlight a clicked node? More... | |
isSubTree () | |
Is this only a part of a tree? Needed if parts are loaded async. More... | |
withIsSubTree (bool $is_sub) | |
Set this tree to be a part of a tree.Needed if parts are loaded async. More... | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
![]() | |
$environment | |
$data | |
string | $label |
ITree TreeRecursion | $recursion |
bool | $highlight_nodes_on_click = false |
bool | $is_sub = false |
Dummy-implementation for testing.
Definition at line 32 of file TreeTest.php.