ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
NodeRetrieval.php
Go to the documentation of this file.
1<?php
2
19
22
27{
49 public function getNodes(
50 NodeFactory $node_factory,
51 IconFactory $icon_factory,
52 array $sync_node_id_whitelist = [],
53 ?string $parent_id = null,
54 ): \Generator;
55
64 public function getNodesAsLeaf(
65 NodeFactory $node_factory,
66 IconFactory $icon_factory,
67 array $node_ids,
68 ): \Generator;
69}
getNodesAsLeaf(NodeFactory $node_factory, IconFactory $icon_factory, array $node_ids,)
This method will be called by the UI framework in order to retrieve Leaf instances for provided/submi...
getNodes(NodeFactory $node_factory, IconFactory $icon_factory, array $sync_node_id_whitelist=[], ?string $parent_id=null,)
This method will be called by the tree select input and tree multi select input to generate the tree ...
This is how a factory for icons looks like.
Definition: Factory.php:27
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Async.php:18