ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().