2 declare(strict_types=1);
45 public function build(
build(Node\Factory $factory, $record, $environment=null)
Build and return a Node.
This describes a Tree Node.
getChildren( $record, $environment=null)
Get a list of records (that list can also be empty).
Interface for mapping data-structures to the Tree.