|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
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) | |
| getChildren ($record, $environment=null) | |
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.
| KSDocumentationTreeRecursion::getChildren | ( | $record, | |
$environment = null |
|||
| ) |
| Entry | $record |
Implements ILIAS\UI\Component\Tree\TreeRecursion.
Definition at line 47 of file KSDocumentationTreeRecursion.php.
References Vendor\Package\$a, Vendor\Package\$b, $entries, and ilStr\strCmp().
Here is the call graph for this function:
|
protected |
Definition at line 72 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(), and getChildren().
|
protected |
Definition at line 31 of file KSDocumentationTreeRecursion.php.
Referenced by __construct().