2 declare(strict_types=1);
46 $this->label = $label;
47 $this->recursion = $recursion;
83 return $this->environment;
99 return $this->recursion;
108 $clone = clone $this;
109 $clone->highlight_nodes_on_click = $highlight_nodes_on_click;
118 return $this->highlight_nodes_on_click;
withEnvironment($environment)
Configure the Tree with additional information that will be relayed to TreeRecursion.
withData($data)
Apply data to the Tree.
withHighlightOnNodeClick(bool $highlight_nodes_on_click)
Should a clicked node be highlighted?
trait ComponentHelper
Provides common functionality for component implementations.
getRecursion()
Get the mapping-class.
getHighlightOnNodeClick()
Is the tree configured to highlight a clicked node?
$highlight_nodes_on_click
This describes a Tree Control.
Interface for mapping data-structures to the Tree.
__construct(string $label, ITree\TreeRecursion $recursion)
getEnvironment()
Get the environment.