ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
TestingTree Class Reference

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 ()
 
 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...
 
- 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
 
string $label
 
ITree TreeRecursion $recursion
 
bool $highlight_nodes_on_click = false
 
bool $is_sub = false
 

Detailed Description

Dummy-implementation for testing.

Definition at line 32 of file TreeTest.php.


The documentation for this class was generated from the following file: