ILIAS  release_7 Revision v7.30-3-g800a261c036
Factory.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
5
9interface Factory
10{
35 public function node() : Node\Factory;
36
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.