|
ILIAS
release_8 Revision v8.24
|
Tree Recursion, putting Entries into a Tree. More...
Inheritance diagram for KSDocumentationTreeRecursion:
Collaboration diagram for KSDocumentationTreeRecursion:Public Member Functions | |
| __construct (Entries $entries, URI $parent_uri, string $current_opened_entry_id) | |
Public Member Functions inherited from ILIAS\UI\Component\Tree\TreeRecursion | |
| getChildren ( $record, $environment=null) | |
| Get a list of records (that list can also be empty). More... | |
| build (Node\Factory $factory, $record, $environment=null) | |
| Build and return a Node. More... | |
Protected Member Functions | |
| getNodeUri (Entry $a_node) | |
Protected Attributes | |
| Entries | $entries |
| URI | $parent_uri |
| Entry | $current_node |
Tree Recursion, putting Entries into a Tree.
Definition at line 28 of file KSDocumentationTreeRecursion.php.
| KSDocumentationTreeRecursion::__construct | ( | Entries | $entries, |
| URI | $parent_uri, | ||
| string | $current_opened_entry_id | ||
| ) |
Definition at line 34 of file KSDocumentationTreeRecursion.php.
References $entries, and $parent_uri.
|
protected |
Definition at line 70 of file KSDocumentationTreeRecursion.php.
References ILIAS\Data\URI\withParameter().
Here is the call graph for this function:
|
protected |
Definition at line 32 of file KSDocumentationTreeRecursion.php.
|
protected |
Definition at line 30 of file KSDocumentationTreeRecursion.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file KSDocumentationTreeRecursion.php.
Referenced by __construct().