ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Factory.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
5
9interface Factory
10{
41 public function node() : Node\Factory;
42
84 public function expandable(string $label, TreeRecursion $recursion) : Expandable;
85}
An exception for terminatinating execution or to throw for unit testing.
This describes a Tree Control.
Definition: Expandable.php:15
expandable(string $label, TreeRecursion $recursion)
Interface for mapping data-structures to the Tree.