|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for DataNode:Public Member Functions | |
| __construct (string $label, array $children=[]) | |
| getLabel () | |
| getChildren () | |
Protected Attributes | |
| string | $label |
| array | $children |
Definition at line 27 of file ExpandableTreeTest.php.
| DataNode::__construct | ( | string | $label, |
| array | $children = [] |
||
| ) |
Definition at line 32 of file ExpandableTreeTest.php.
| DataNode::getChildren | ( | ) |
Definition at line 41 of file ExpandableTreeTest.php.
References $children.
| DataNode::getLabel | ( | ) |
Definition at line 37 of file ExpandableTreeTest.php.
References $label.
|
protected |
Definition at line 30 of file ExpandableTreeTest.php.
Referenced by __construct(), and getChildren().
|
protected |
Definition at line 29 of file ExpandableTreeTest.php.
Referenced by __construct(), and getLabel().