ILIAS  release_8 Revision v8.24
TreeRecursion.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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).
$factory
Definition: metadata.php:75
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Expandable.php:21