ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
TreeRecursion.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
39{
45 public function getChildren(
46 $record,
47 $environment = null
48 ): array;
49
56 public function build(
57 Node\Factory $factory,
58 $record,
59 $environment = null
60 ): Node\Node;
61}
Interface for mapping data-structures to the Tree.
build(Node\Factory $factory, $record, $environment=null)
Build and return a Node.
getChildren( $record, $environment=null)
Get a list of records (that list can also be empty).