|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for DataNode:Public Member Functions | |
| __construct (string $label, array $children=[]) | |
| getLabel () | |
| getChildren () | |
| __construct (string $label, array $children=[]) | |
| getLabel () | |
| getChildren () | |
Protected Attributes | |
| $label = "" | |
| $children = [] | |
Definition at line 4 of file expandable2.php.
| DataNode::__construct | ( | string | $label, |
| array | $children = [] |
||
| ) |
Definition at line 16 of file expandable2.php.
| DataNode::__construct | ( | string | $label, |
| array | $children = [] |
||
| ) |
| DataNode::getChildren | ( | ) |
Definition at line 25 of file expandable2.php.
References $children.
| DataNode::getChildren | ( | ) |
Definition at line 22 of file ExpandableTreeTest.php.
References $children.
| DataNode::getLabel | ( | ) |
| DataNode::getLabel | ( | ) |
Definition at line 18 of file ExpandableTreeTest.php.
References $label.
|
protected |
Definition at line 14 of file expandable2.php.
Referenced by __construct(), and getChildren().
|
protected |
Definition at line 9 of file expandable2.php.
Referenced by __construct(), and getLabel().