ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 declare(strict_types=1);
3 
5 
9 interface Factory
10 {
41  public function node() : Node\Factory;
42 
84  public function expandable(string $label, TreeRecursion $recursion) : Expandable;
85 }
This describes a Tree Control.
Definition: Expandable.php:14
Interface for mapping data-structures to the Tree.
node()
description: purpose: > Nodes are entries in a Tree.
expandable(string $label, TreeRecursion $recursion)
description: purpose: > An Expandable Tree focusses on the exploration of hierarchically structured ...