|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Dummy-implementation for testing. More...
Inheritance diagram for TestingTree:
Collaboration diagram for TestingTree:Additional Inherited Members | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Tree\Tree | |
| __construct (string $label, ITree\TreeRecursion $recursion) | |
| getLabel () | |
| @inheritDoc More... | |
| 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... | |
| withEnvironment ($environment) | |
| Configure the Tree with additional information that will be relayed to TreeRecursion. More... | |
| getLabel () | |
| Get the (aria-)label. 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) | |
| 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. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| getCanonicalName () | |
| Get the canonical name of the component. More... | |
Protected Attributes inherited from ILIAS\UI\Implementation\Component\Tree\Tree | |
| $environment | |
| $data | |
| $label | |
| $recursion | |
| $highlight_nodes_on_click = false | |
| $is_sub = false | |
Dummy-implementation for testing.
Definition at line 13 of file TreeTest.php.